Skip to content

Commit 8db02bd

Browse files
committed
xfail these tests on windows (access violation in npm)
1 parent 182658c commit 8db02bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/repository_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from testing.util import get_resource_path
3434
from testing.util import skipif_cant_run_docker
3535
from testing.util import skipif_cant_run_swift
36+
from testing.util import xfailif_windows
3637
from testing.util import xfailif_windows_no_ruby
3738

3839

@@ -241,6 +242,7 @@ def test_run_a_node_hook(tempdir_factory, store):
241242
)
242243

243244

245+
@xfailif_windows # pragma: win32 no cover
244246
def test_run_a_node_hook_default_version(tempdir_factory, store):
245247
# make sure that this continues to work for platforms where node is not
246248
# installed at the system
@@ -250,6 +252,7 @@ def test_run_a_node_hook_default_version(tempdir_factory, store):
250252
test_run_a_node_hook(tempdir_factory, store)
251253

252254

255+
@xfailif_windows # pragma: win32 no cover
253256
def test_run_versioned_node_hook(tempdir_factory, store):
254257
_test_hook_repo(
255258
tempdir_factory, store, 'node_versioned_hooks_repo',

0 commit comments

Comments
 (0)