diff options
author | Sam Doran <sdoran@redhat.com> | 2021-11-20 03:18:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 03:18:31 +0100 |
commit | d8aeffc8b7b7924d22a5910d8b4b00373d8170a4 (patch) | |
tree | 1d8134b55e5dd7ef2f8922da763bff30fa8db9a3 /test/integration/targets/lookup_url | |
parent | Fix `galaxy.collection.galaxy_api_proxy` types (diff) | |
download | ansible-d8aeffc8b7b7924d22a5910d8b4b00373d8170a4.tar.xz ansible-d8aeffc8b7b7924d22a5910d8b4b00373d8170a4.zip |
Add macOS 12 to CI (#76328)
* Disable lookup_url test of macOS 12
Diffstat (limited to 'test/integration/targets/lookup_url')
-rw-r--r-- | test/integration/targets/lookup_url/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_url/aliases b/test/integration/targets/lookup_url/aliases index 90ef161f59..9911b8a36f 100644 --- a/test/integration/targets/lookup_url/aliases +++ b/test/integration/targets/lookup_url/aliases @@ -1,3 +1,4 @@ destructive shippable/posix/group1 needs/httptester +skip/macos/12.0 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html |