From 5816160a63d7b529a0a275ef3cca0297d501b25f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 2 Nov 2024 09:46:40 +1300 Subject: [PATCH] WIP: remove infeasibility excludes --- .github/julia/runtests.jl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/julia/runtests.jl b/.github/julia/runtests.jl index 1b0a9bcd..2adfeee0 100644 --- a/.github/julia/runtests.jl +++ b/.github/julia/runtests.jl @@ -95,13 +95,13 @@ end # These tests return OTHER_LIMIT instead of LOCALLY_INFEASIBLE. It # might be acceptable to leave this as-is, but it would be better to # fix. - r"^test_conic_NormInfinityCone_INFEASIBLE$", - r"^test_conic_NormOneCone_INFEASIBLE$", - r"^test_conic_linear_INFEASIBLE$", - r"^test_conic_linear_INFEASIBLE_2$", - r"^test_linear_INFEASIBLE$", - r"^test_linear_INFEASIBLE_2$", - r"^test_solve_DualStatus_INFEASIBILITY_CERTIFICATE_", + # r"^test_conic_NormInfinityCone_INFEASIBLE$", + # r"^test_conic_NormOneCone_INFEASIBLE$", + # r"^test_conic_linear_INFEASIBLE$", + # r"^test_conic_linear_INFEASIBLE_2$", + # r"^test_linear_INFEASIBLE$", + # r"^test_linear_INFEASIBLE_2$", + # r"^test_solve_DualStatus_INFEASIBILITY_CERTIFICATE_", # ================================================================== # The following tests are okay to exclude forever. #