diff --git a/testsuite/datmantests/test_backup_and_extract.py b/testsuite/datmantests/test_backup_and_extract.py index 30ad51a..58b61c7 100644 --- a/testsuite/datmantests/test_backup_and_extract.py +++ b/testsuite/datmantests/test_backup_and_extract.py @@ -10,7 +10,7 @@ from helpers.yama_helpers import set_up_simple_yama class TestBackupAndExtract(TestCase): - def test_backup_one_full_no_labelling(self): + def test_backup_one_full_no_labelling_skip_metadata(self): td = TemporaryDirectory("test_backup_one_full") tdpath = Path(td.name)