浏览代码

Remove xfail

This test should be fixed now
Andrey Bienkowski 3 年之前
父节点
当前提交
e26ecdfc51
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/borg/testsuite/archiver.py

+ 0 - 1
src/borg/testsuite/archiver.py

@@ -1476,7 +1476,6 @@ class ArchiverTestCase(ArchiverTestCaseBase):
         assert datetime.strptime(archive['start'], ISO_FORMAT)
         assert datetime.strptime(archive['end'], ISO_FORMAT)
 
-    @pytest.mark.xfail(strict=True)
     def test_info_json_of_empty_archive(self):
         """See https://github.com/borgbackup/borg/issues/6120"""
         self.cmd('init', '--encryption=repokey', self.repository_location)