We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a336a6b commit 1392471Copy full SHA for 1392471
1 file changed
tests/repository_test.py
@@ -234,6 +234,7 @@ def test_run_a_docker_image_hook(tempdir_factory, store, hook_id):
234
)
235
236
237
+@xfailif_windows # pragma: win32 no cover
238
def test_run_a_node_hook(tempdir_factory, store):
239
_test_hook_repo(
240
tempdir_factory, store, 'node_hooks_repo',
0 commit comments