Skip to content

Commit

Permalink
WIP: remove infeasibility excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 1, 2024
1 parent c56cbbd commit 5816160
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/julia/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 5816160

Please sign in to comment.