diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 47d0adcd8e9..24dfaed0e54 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -62,6 +62,9 @@ "sage.rings.polynomial.skew_polynomial_finite_field": { "failed": true }, + "sage.schemes.elliptic_curves.descent_two_isogeny": { + "failed": "random segfault (macOS) https://github.com/sagemath/sage/issues/36949" + }, "sage.schemes.elliptic_curves.ell_field": { "failed": "random failure https://github.com/sagemath/sage/issues/36832" },