Skip to content

Commit 4a2f20c

Browse files
committed
Disabled OOM/Buff Overflow tests
Signed-off-by: Ariouz <virgil.calvez@gmail.com>
1 parent 5631376 commit 4a2f20c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scripts/extract_matrix.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
JOB_EXCLUSION_TERMS = (
2525
"enterprise",
2626
"corporate-compliance",
27+
28+
# Jobs failing in GitHub Actions:buffer overflow, out of memory, auditwheel incompatible with runner ubuntu-latest's glibc version
29+
"darwin",
30+
"python-svm-unittest",
31+
"cpython-gate",
2732
)
2833

2934

0 commit comments

Comments
 (0)