From 8d6bdbf2bf9dff8133fe4fed80c85a7a7130b7ae Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Jan 2024 10:07:53 -0500 Subject: [PATCH] .github/workflows: gap_packages.py is gone and won't fail on conda now --- .github/workflows/ci-conda-known-test-failures.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index bfb92de3e15..3d1518255d5 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -76,8 +76,5 @@ }, "sage.structure.coerce_actions": { "failed": "random failure https://github.com/sagemath/sage/issues/35973" - }, - "sage.tests.gap_packages": { - "failed": true } }