Skip to content

Commit 6cf1295

Browse files
committed
fix ptrack_helper
1 parent 32d9b7a commit 6cf1295

File tree

2 files changed

+134
-110
lines changed

2 files changed

+134
-110
lines changed

tests/auth_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def setUpClass(cls):
3535
cls.pb = ProbackupTest()
3636
cls.backup_dir = os.path.join(cls.pb.tmp_path, module_name, 'backup')
3737

38-
configure_testgres(cache_pg_config=False, cache_initdb=False)
3938
cls.node = cls.pb.make_simple_node(
4039
base_dir="{}/node".format(module_name),
4140
set_replication=True,

0 commit comments

Comments
 (0)