diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json new file mode 100644 index 00000000000..2d828ac98fb --- /dev/null +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -0,0 +1,53 @@ +{ + "sage_setup.clean": { + "failed": true + }, + "sage.combinat.cluster_algebra_quiver.quiver": { + "failed": true + }, + "sage.geometry.cone": { + "failed": true + }, + "sage.groups.matrix_gps.finitely_generated_gap": { + "failed": true + }, + "sage.interfaces.expect": { + "failed": true + }, + "sage.libs.gap.element": { + "failed": true + }, + "sage.libs.singular.singular": { + "failed": true + }, + "sage.matrix.matrix2": { + "failed": true + }, + "sage.matrix.matrix_integer_sparse": { + "failed": true + }, + "sage.misc.lazy_import": { + "failed": true + }, + "sage.misc.weak_dict": { + "failed": true + }, + "sage.modular.modform.l_series_gross_zagier": { + "failed": true + }, + "sage.rings.function_field.drinfeld_modules.morphism": { + "failed": true + }, + "sage.rings.polynomial.multi_polynomial_ideal": { + "failed": true + }, + "sage.rings.polynomial.multi_polynomial_libsingular": { + "failed": true + }, + "sage.rings.polynomial.skew_polynomial_finite_field": { + "failed": true + }, + "sage.tests.gap_packages": { + "failed": true + } +} diff --git a/.github/workflows/ci-conda.yml b/.github/workflows/ci-conda.yml index 3b928fef58d..6432b7a0a6a 100644 --- a/.github/workflows/ci-conda.yml +++ b/.github/workflows/ci-conda.yml @@ -92,7 +92,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()