You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-05-16 09:48:14 +02:00
tests minor fixes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import os
|
||||
import unittest
|
||||
from testgres import stop_all, clean_all
|
||||
from .helpers.ptrack_helpers import ProbackupTest, idx_ptrack
|
||||
import shutil
|
||||
|
||||
|
||||
class SimpleTest(ProbackupTest, unittest.TestCase):
|
||||
@@ -10,11 +8,6 @@ class SimpleTest(ProbackupTest, unittest.TestCase):
|
||||
super(SimpleTest, self).__init__(*args, **kwargs)
|
||||
self.module_name = 'ptrack_vacuum'
|
||||
|
||||
# @classmethod
|
||||
# def tearDownClass(cls):
|
||||
# clean_all()
|
||||
# shutil.rmtree(os.path.join(self.tmp_path, self.module_name), ignore_errors=True)
|
||||
|
||||
# @unittest.skip("skip")
|
||||
# @unittest.expectedFailure
|
||||
def test_ptrack_vacuum(self):
|
||||
|
||||
Reference in New Issue
Block a user