diff options
author | Matt Clay <matt@mystile.com> | 2016-09-28 08:30:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 08:30:58 +0200 |
commit | a265d2d77dd8659e4797e136081a92cfbe56a2b6 (patch) | |
tree | c8aea7abb68e7054ef092b880beb5a3a60868d3b | |
parent | Enable unarchive tests for OS X and FreeBSD. (#17789) (diff) | |
download | ansible-a265d2d77dd8659e4797e136081a92cfbe56a2b6.tar.xz ansible-a265d2d77dd8659e4797e136081a92cfbe56a2b6.zip |
Run test_template tests on OS X. (#17791)
-rw-r--r-- | test/utils/shippable/remote-integration.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/utils/shippable/remote-integration.sh b/test/utils/shippable/remote-integration.sh index b0624e53bb..4609be26c2 100644 --- a/test/utils/shippable/remote-integration.sh +++ b/test/utils/shippable/remote-integration.sh @@ -148,7 +148,10 @@ if [ "${container}" = "osx" ]; then sed -i '' 's/ test_gathering_facts / /;' Makefile # FIXME: these tests fail - skip_tags="${skip_tags},test_iterators,test_template,test_git" + skip_tags="${skip_tags},test_iterators,test_git" + + # test_template assumes the group 'root' exists if this variable is not set + export GROUP=wheel fi # TODO: support httptester via reverse ssh tunnel |