mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-01 09:51:43 +02:00
tests: stop "node" before deletion test dir
This commit is contained in:
parent
cde244e1ba
commit
10bd31097f
@ -3139,7 +3139,7 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
|
||||
'select 1')
|
||||
|
||||
# Clean after yourself
|
||||
self.del_test_dir(module_name, fname, [master, replica])
|
||||
self.del_test_dir(module_name, fname, [master, replica, node])
|
||||
|
||||
# @unittest.skip("skip")
|
||||
# @unittest.expectedFailure
|
||||
|
Loading…
Reference in New Issue
Block a user