--- barman-release-3.11.1/tests/test_annotations.py.orig +++ barman-release-3.11.1/tests/test_annotations.py @@ -211,6 +211,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")