mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
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:
parent
75437bbe3c
commit
9213d0c5b0
10 changed files with 7 additions and 16 deletions
|
@ -1,4 +1,2 @@
|
|||
destructive
|
||||
posix/ci/group1
|
||||
skip/freebsd
|
||||
skip/osx
|
||||
|
|
|
@ -7,8 +7,3 @@ uri_os_packages:
|
|||
- python-pyasn1
|
||||
- python-openssl
|
||||
- python-urllib3
|
||||
|
||||
# Needs to be a url to a site that is hosted using SNI.
|
||||
# Eventually we should make this a test server that we stand up as part of the test run.
|
||||
#SNI_URI: 'https://sni.velox.ch'
|
||||
SNI_URI: "https://www.mnot.net/blog/2014/05/09/if_you_can_read_this_youre_sniing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue