We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9b7a commit 6cf1295Copy full SHA for 6cf1295
tests/auth_test.py
@@ -35,7 +35,6 @@ def setUpClass(cls):
35
cls.pb = ProbackupTest()
36
cls.backup_dir = os.path.join(cls.pb.tmp_path, module_name, 'backup')
37
38
- configure_testgres(cache_pg_config=False, cache_initdb=False)
39
cls.node = cls.pb.make_simple_node(
40
base_dir="{}/node".format(module_name),
41
set_replication=True,
0 commit comments