summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-27 21:37:24 -0700
committerGitHub <noreply@github.com>2016-09-27 21:37:24 -0700
commit0dc3db9e75882c8e9380188bf203d17ea1e1fff0 (patch)
tree30744a5bcf4c1549c8d452a3aa476fc8f6783ea7
parentbba0fb3a420d880da78f6698435a0ec70edb9ed7 (diff)
downloadansible-0dc3db9e75882c8e9380188bf203d17ea1e1fff0.tar.gz
Enable unarchive tests for OS X and FreeBSD. (#17789)
-rw-r--r--test/utils/shippable/remote-integration.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/utils/shippable/remote-integration.sh b/test/utils/shippable/remote-integration.sh
index cde60cdbd3..b0624e53bb 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 \