From 105076f12b9a7e87154e6216af49bddf24f50233 Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 30 May 2025 22:37:49 +0200 Subject: [PATCH] tests: update test_safekeeper_without_pageserver for --dev --- test_runner/regress/test_wal_acceptor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_wal_acceptor.py b/test_runner/regress/test_wal_acceptor.py index 6a7c7a8bef..3c337e26aa 100644 --- a/test_runner/regress/test_wal_acceptor.py +++ b/test_runner/regress/test_wal_acceptor.py @@ -1450,6 +1450,7 @@ class SafekeeperEnv: str(i), "--broker-endpoint", self.fake_broker_endpoint, + "--dev", ] log.info(f'Running command "{" ".join(cmd)}"')