From 0dc3db9e75882c8e9380188bf203d17ea1e1fff0 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 27 Sep 2016 21:37:24 -0700 Subject: [PATCH] Enable unarchive tests for OS X and FreeBSD. (#17789) --- test/utils/shippable/remote-integration.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/utils/shippable/remote-integration.sh b/test/utils/shippable/remote-integration.sh index cde60cdbd32..b0624e53bbb 100644 --- a/test/utils/shippable/remote-integration.sh +++ b/test/utils/shippable/remote-integration.sh @@ -14,7 +14,7 @@ test_flags="${TEST_FLAGS:-}" force_color="${FORCE_COLOR:-1}" # FIXME: these tests fail -skip_tags='test_unarchive,test_service,test_postgresql,test_mysql_db,test_mysql_user,test_mysql_variables,test_uri,test_get_url' +skip_tags='test_service,test_postgresql,test_mysql_db,test_mysql_user,test_mysql_variables,test_uri,test_get_url' cd ~/ @@ -37,6 +37,7 @@ if [ "${container}" = "freebsd" ]; then pkg install -y \ bash \ devel/ruby-gems \ + gtar \ mercurial \ rsync \ ruby \