Skip to content

Commit d305272

Browse files
committed
test_pytest_plugin(chore): Remove xfail now that #509 is fixed
why: The gitconfig fixture now includes protocol.file.allow=always what: - Remove xfail marker from test_gitconfig_submodule_file_protocol
1 parent 56b812a commit d305272

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_pytest_plugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ def test_git_bare_repo_sync_and_commit(
181181

182182

183183
@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-
)
187184
def test_gitconfig_submodule_file_protocol(
188185
gitconfig: pathlib.Path,
189186
user_path: pathlib.Path,

0 commit comments

Comments
 (0)