We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b812a commit d305272Copy full SHA for d305272
1 file changed
tests/test_pytest_plugin.py
@@ -181,9 +181,6 @@ def test_git_bare_repo_sync_and_commit(
181
182
183
@pytest.mark.skipif(not shutil.which("git"), reason="git is not available")
184
-@pytest.mark.xfail(
185
- reason="gitconfig fixture lacks protocol.file.allow=always for submodules (#509)",
186
-)
187
def test_gitconfig_submodule_file_protocol(
188
gitconfig: pathlib.Path,
189
user_path: pathlib.Path,
0 commit comments