diff --git a/test_runner/fixtures/compare_fixtures.py b/test_runner/fixtures/compare_fixtures.py index 963d1bd19e..17c0b19447 100644 --- a/test_runner/fixtures/compare_fixtures.py +++ b/test_runner/fixtures/compare_fixtures.py @@ -107,9 +107,7 @@ class NeonCompare(PgCompare): self.timeline = self.env.neon_cli.create_timeline(branch_name, tenant_id=self.tenant) # Start pg - self._pg = self.env.postgres.create_start( - branch_name, "main", self.tenant, config_lines=["shared_buffers=2GB"] - ) + self._pg = self.env.postgres.create_start(branch_name, "main", self.tenant) @property def pg(self) -> PgProtocol: