Skip to content

Commit 91b9bc4

Browse files
committed
RF(TST): skip all tests dealing with hooks on windows
1 parent 6253625 commit 91b9bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: git/test/test_index.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
HOOKS_SHEBANG = "#!/usr/bin/env sh\n"
5858

5959

60+
@skipIf(is_win, "TODO: fix hooks execution on Windows: #703")
6061
def _make_hook(git_dir, name, content, make_exec=True):
6162
"""A helper to create a hook"""
6263
hp = hook_path(name, git_dir)

0 commit comments

Comments
 (0)