]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Temporarily allow CI failures for iOS (#142365)
authorSavannah Ostrowski <savannah@python.org>
Mon, 8 Dec 2025 16:54:47 +0000 (08:54 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 16:54:47 +0000 (11:54 -0500)
iOS tests are flaky right now. Based on the convo in Discord, it seems like allowing failures is the best option.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/build.yml

index 3d889fa128e261390287edcf7e7f2c46fe388ea4..c43ec75fba3619e5bbdf016428f2829a76b47088 100644 (file)
@@ -706,6 +706,7 @@ jobs:
       uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
       with:
         allowed-failures: >-
+          build-ios,
           build-windows-msi,
           build-ubuntu-ssltests-awslc,
           build-ubuntu-ssltests-openssl,