Fix and enable more tests for osx and freebsd. (#20482)

* Fix `iterators` test for osx.
* Enable `git` test for osx.
* Enable `get_url` test for osx and freebsd.
* Remove unused SNI_URI from uri test.
* Use ansible hosted SNI host oustside docker.
* Enable `uri` test for osx and freebsd.
* Enable `gathering_facts` test for osx.
* Skip single task on osx until test is fixed.
This commit is contained in:
Matt Clay
2017-01-19 17:10:33 -08:00
committed by GitHub
parent 75437bbe3c
commit 9213d0c5b0
10 changed files with 7 additions and 16 deletions

View File

@@ -1,3 +1,2 @@
destructive
posix/ci/group1
skip/osx

View File

@@ -48,6 +48,9 @@
that:
- not update_new_tag|changed
- "'newtag' in listoftags.stdout_lines"
# This test fails on osx.
# Skipping it here so the remaining tests can be enabled.
when: '{{ ansible_distribution != "MacOSX" }}'
- name: clear checkout_dir