1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

test_ptrack_vacuum_full name was duplicated, rename one of them

This commit is contained in:
Mikhail A. Kulagin 2021-10-14 17:27:57 +03:00
parent 80e88588c7
commit 01db7adeca

View File

@ -3615,7 +3615,7 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
# @unittest.skip("skip")
# @unittest.expectedFailure
def test_ptrack_vacuum_full(self):
def test_ptrack_vacuum_full_2(self):
node = self.make_simple_node(
base_dir=os.path.join(module_name, self.fname, 'node'),
set_replication=True,