From be81db21b91e9d82153dc6d770590810f36bbd19 Mon Sep 17 00:00:00 2001 From: bojanserafimov Date: Fri, 3 Feb 2023 10:54:12 -0500 Subject: [PATCH] Revert accidental change (#3538) --- test_runner/fixtures/compare_fixtures.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: