mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
cfs tests small temporal chages
This commit is contained in:
@@ -20,6 +20,6 @@ class CfsValidateBackupNoenc(ProbackupTest,unittest.TestCase):
|
||||
pass
|
||||
|
||||
|
||||
class CfsValidateBackupNoenc(CfsValidateBackupNoenc):
|
||||
os.environ["PG_CIPHER_KEY"] = "super_secret_cipher_key"
|
||||
super(CfsValidateBackupNoenc).setUp()
|
||||
#class CfsValidateBackupNoenc(CfsValidateBackupNoenc):
|
||||
# os.environ["PG_CIPHER_KEY"] = "super_secret_cipher_key"
|
||||
# super(CfsValidateBackupNoenc).setUp()
|
||||
|
||||
Reference in New Issue
Block a user