Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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