From 29901c421f759fc18eb863f8b04ba3d40430b14f Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 19 Dec 2023 13:56:31 +0000 Subject: [PATCH] Revert "gh-36678: CI conda: Ignore baseline test failures " This reverts commit 0a69c2a46b1710b14601a72617b7bc58a8194da0, reversing changes made to 2017233044f906b78ec5c57bc530a9059ed60206. --- .../ci-conda-known-test-failures.json | 53 ------------------- .github/workflows/ci-conda.yml | 2 +- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .github/workflows/ci-conda-known-test-failures.json diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json deleted file mode 100644 index 2d828ac98fb..00000000000 --- a/.github/workflows/ci-conda-known-test-failures.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "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 6432b7a0a6a..3b928fef58d 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 --baseline-stats-path=.github/workflows/ci-conda-known-test-failures.json -p0 + run: ./sage -t --all -p0 - name: Print logs if: always()