Skip to content

Commit 7d46852

Browse files
authored
Merge pull request #1518 from pre-commit/xfail_node_windows
xfail a flaky node test on windows
2 parents a336a6b + 1392471 commit 7d46852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/repository_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def test_run_a_docker_image_hook(tempdir_factory, store, hook_id):
234234
)
235235

236236

237+
@xfailif_windows # pragma: win32 no cover
237238
def test_run_a_node_hook(tempdir_factory, store):
238239
_test_hook_repo(
239240
tempdir_factory, store, 'node_hooks_repo',

0 commit comments

Comments
 (0)