diff options
author | Sviatoslav Sydorenko <webknjaz@redhat.com> | 2023-03-06 23:55:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 14:55:12 -0800 |
commit | 326e70c02a2563e13a68565c31ce42477ef4874f (patch) | |
tree | 992c417f7915fc9c1212345831db665ccf4d2c3b /test | |
parent | ca604513dbd8f7db590399f031a12dec38cd90d3 (diff) | |
download | ansible-326e70c02a2563e13a68565c31ce42477ef4874f.tar.gz |
🧪 Switch macOS 13.2 to 12.0 in CI (#80145)
* 🧪 Switch macOS 13.2 to 12.0 in CI
The former revealed unexpected flakiness while the latter is the
previous value that was used to be stable. This is a temporary revert.
* Skip lookup_url integration test under macOS 12.0
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/lookup_url/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/lookup_url/aliases b/test/integration/targets/lookup_url/aliases index df50c1ae8a..78035544ae 100644 --- a/test/integration/targets/lookup_url/aliases +++ b/test/integration/targets/lookup_url/aliases @@ -1,7 +1,7 @@ destructive shippable/posix/group3 needs/httptester -skip/macos/13.2 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html +skip/macos/12.0 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html # Example failure: # # TASK [lookup_url : Test that retrieving a url works] *************************** |