mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Run test_template tests on OS X. (#17791)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user