Skip to content

Commit

Permalink
Revert "DO NOT MERGE: run test 100 times to ensure it's not flaky"
Browse files Browse the repository at this point in the history
This reverts commit 169065f.
  • Loading branch information
problame committed Mar 5, 2024
1 parent 169065f commit 2dcf5d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
fail-fast: false
matrix:
build_type: [ debug, release ]
pg_version: [ v15 ]
pg_version: [ v14, v15, v16 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions test_runner/regress/test_pageserver_getpage_throttle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import uuid

import pytest
from anyio import Path
from fixtures.log_helper import log
from fixtures.neon_fixtures import NeonEnvBuilder, PgBin
Expand All @@ -10,7 +9,6 @@
from fixtures.utils import wait_until


@pytest.mark.repeat(100)
def test_pageserver_getpage_throttle(neon_env_builder: NeonEnvBuilder, pg_bin: PgBin):
env = neon_env_builder.init_start()

Expand Down

0 comments on commit 2dcf5d8

Please sign in to comment.