--- barman-release-3.12.0/tests/test_annotations.py.orig +++ barman-release-3.12.0/tests/test_annotations.py @@ -212,6 +212,7 @@ ) assert os.path.isdir("%s/%s" % (base_backup_dir, test_backup_id)) + @pytest.mark.skip(reason="Always fails: https://github.com/EnterpriseDB/barman/issues/869") def test_delete_one_of_many_annotations(self, tmpdir): """Tests we delete the correct annotation successfully""" base_backup_dir = tmpdir.mkdir("base")