Skip to content

Commit

Permalink
self-review: run new test on default pg only
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Dec 10, 2024
1 parent 180e806 commit 40d055b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_runner/regress/test_tenant_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
from fixtures.pageserver.utils import assert_tenant_state, wait_for_upload
from fixtures.remote_storage import LocalFsStorage, RemoteStorageKind
from fixtures.utils import wait_until
from fixtures.utils import wait_until, run_only_on_default_postgres
from fixtures.workload import Workload

if TYPE_CHECKING:
Expand Down Expand Up @@ -333,6 +333,7 @@ def get_metric():
assert int(metric.value) == 0, "value resets to default"


@run_only_on_default_postgres("Test does not start a compute")
@pytest.mark.parametrize("ps_managed_by", ["storcon", "cplane"])
def test_tenant_config_patch(neon_env_builder: NeonEnvBuilder, ps_managed_by: str):
"""
Expand Down

0 comments on commit 40d055b

Please sign in to comment.