We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db02bd commit 2e47f2dCopy full SHA for 2e47f2d
1 file changed
tests/repository_test.py
@@ -535,6 +535,7 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store):
535
assert 'tins' in output
536
537
538
+@xfailif_windows
539
def test_additional_node_dependencies_installed(tempdir_factory, store):
540
path = make_repo(tempdir_factory, 'node_hooks_repo')
541
config = make_config_from_repo(path)
0 commit comments