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:
parent
80e88588c7
commit
01db7adeca
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user