Skip to content
Snippets Groups Projects
Verified Commit 6b29e838 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: mark consistency tests as xfail

parent aa494cc6
No related branches found
No related tags found
2 merge requests!50Draft: ENH: file system: core,!8Draft: F filesystem
Pipeline #31167 passed
...@@ -211,6 +211,7 @@ def test_consistency_file_does_not_exist(): ...@@ -211,6 +211,7 @@ def test_consistency_file_does_not_exist():
assert c.messages["Info", 0][0] == "File system is consistent." assert c.messages["Info", 0][0] == "File system is consistent."
@mark.xfail(reason="implementation is missins")
def test_consistency_unknown_file(): def test_consistency_unknown_file():
c = runCheck(None, None) c = runCheck(None, None)
assert c.messages["Info", 0] is not None assert c.messages["Info", 0] is not None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment