From e72b41d3ebfe69c4cfc78c66dffef9d874a2f0f7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 20 Mar 2018 08:07:44 -0700 Subject: [PATCH] Disable failing subversion test on osx. --- test/utils/shippable/remote-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/shippable/remote-integration.sh b/test/utils/shippable/remote-integration.sh index 86a2593678..69d0e5b926 100644 --- a/test/utils/shippable/remote-integration.sh +++ b/test/utils/shippable/remote-integration.sh @@ -151,7 +151,7 @@ if [ "${container}" = "osx" ]; then sed -i '' 's/ test_gathering_facts / /;' Makefile # FIXME: these tests fail - skip_tags="${skip_tags},test_iterators,test_git" + skip_tags="${skip_tags},test_iterators,test_git,test_subversion" # test_template assumes the group 'root' exists if this variable is not set export GROUP=wheel