Skip to content

Commit

Permalink
Merge pull request #1518 from pre-commit/xfail_node_windows
Browse files Browse the repository at this point in the history
xfail a flaky node test on windows
  • Loading branch information
asottile authored Jun 18, 2020
2 parents a336a6b + 1392471 commit 7d46852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/repository_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def test_run_a_docker_image_hook(tempdir_factory, store, hook_id):
)


@xfailif_windows # pragma: win32 no cover
def test_run_a_node_hook(tempdir_factory, store):
_test_hook_repo(
tempdir_factory, store, 'node_hooks_repo',
Expand Down

0 comments on commit 7d46852

Please sign in to comment.