We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8923236 commit b198bf1Copy full SHA for b198bf1
test/test_submodule.py
@@ -1050,9 +1050,8 @@ class Repo(object):
1050
msg = '_to_relative_path should be "submodule_path" but was "%s"' % relative_path
1051
assert relative_path == "submodule_path", msg
1052
1053
- @skipIf(
1054
- True,
1055
- "for some unknown reason the assertion fails, even though it in fact is working in more common setup",
+ @pytest.mark.xfail(
+ reason="for some unknown reason the assertion fails, even though it in fact is working in more common setup",
1056
)
1057
@with_rw_directory
1058
def test_depth(self, rwdir):
0 commit comments