You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/duplicity/files/duplicity-0.6.24-skip-test....

11 lines
477 B

--- duplicity-0.6.24/testing/functional/test_final.py
+++ duplicity-0.6.24/testing/functional/test_final.py
@@ -156,6 +156,7 @@
self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url])
self.assertEqual(self.get_backend_files(), second_chain)
+ @unittest.skip('skip failing test')
def test_piped_password(self):
"""Make sure that prompting for a password works"""
self.set_environ("PASSPHRASE", None)