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