From 2e47f2dc724e7a5f056a9e06302116ce1a341c01 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 10 May 2020 11:30:37 -0700 Subject: [PATCH] xfail this one too --- tests/repository_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/repository_test.py b/tests/repository_test.py index 855265d5..19f7c0b3 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -535,6 +535,7 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store): assert 'tins' in output +@xfailif_windows def test_additional_node_dependencies_installed(tempdir_factory, store): path = make_repo(tempdir_factory, 'node_hooks_repo') config = make_config_from_repo(path)