Skip to content

Commit

Permalink
.github/workflows/ci-conda-known-test-failures.json: New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 10, 2023
1 parent 429555a commit 0a5d4a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/ci-conda-known-test-failures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"sage_setup.clean": {
"failed": true
},
"sage.groups.matrix_gps.finitely_generated_gap": {
"failed": true
},
"sage.libs.singular.singular": {
"failed": true
},
"sage.misc.lazy_import": {
"failed": true
},
"sage.rings.polynomial.multi_polynomial_ideal": {
"failed": true
},
"sage.rings.polynomial.multi_polynomial_libsingular": {
"failed": true
},
"sage.tests.gap_packages": {
"failed": true
}
}
2 changes: 1 addition & 1 deletion .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Test
if: success() || failure()
shell: bash -l {0}
run: ./sage -t --all -p0
run: ./sage -t --all --baseline-stats-path=.github/workflows/ci-conda-known-test-failures.json -p0

- name: Print logs
if: always()
Expand Down

0 comments on commit 0a5d4a3

Please sign in to comment.