Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
disable test_destroy_unverified_incremental on XFS
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kov committed Jun 14, 2022
1 parent 8156c96 commit aa23480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_destroy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_destroy_unverified_snapshot(self):
self.assertFalse(os.path.exists(self.snap_device))
self.assertIsNone(elastio_snap.info(self.minor))

@unittest.skipIf(os.getenv('TEST_FS') == "xfs", "Broken on XFS. See https://github.com/elastio/elastio-snap/issues/138")
def test_destroy_unverified_incremental(self):
util.unmount(self.mount)
self.addCleanup(util.mount, self.device, self.mount)
Expand Down

0 comments on commit aa23480

Please sign in to comment.