Browse Source

Remove xfail

This test should be fixed now
Andrey Bienkowski 3 years ago
parent
commit
e26ecdfc51
1 changed files with 0 additions and 1 deletions
  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['start'], ISO_FORMAT)
         assert datetime.strptime(archive['end'], ISO_FORMAT)
         assert datetime.strptime(archive['end'], ISO_FORMAT)
 
 
-    @pytest.mark.xfail(strict=True)
     def test_info_json_of_empty_archive(self):
     def test_info_json_of_empty_archive(self):
         """See https://github.com/borgbackup/borg/issues/6120"""
         """See https://github.com/borgbackup/borg/issues/6120"""
         self.cmd('init', '--encryption=repokey', self.repository_location)
         self.cmd('init', '--encryption=repokey', self.repository_location)