remove the allowFailure option from package testing (#25965)

It is not used and it wastes CI resources.

(cherry picked from commit ae9141200d)
This commit is contained in:
Miran
2026-07-06 11:22:27 +02:00
committed by narimiran
parent 5e145c2ba6
commit d38dd01e85
4 changed files with 22 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num`
batch: ["0_3", "1_3", "2_3"] # list of `index_num`
include:
- os: ubuntu-latest
cpu: amd64