Skip to content

Commit

Permalink
Remove now passing tests from exclude in MOI.Test.runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 1, 2024
1 parent c56cbbd commit c25b4a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/julia/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,7 @@ end
# The following tests are bugs.
#
# We should fix issues in Uno, and then try removing these lines.
# These tests return OTHER_LIMIT instead of LOCALLY_SOLVED.
r"^test_linear_transform$",
# These tests return OTHER_LIMIT instead of DUAL_INFEASIBLE. It
# might be acceptable to leave this as-is, but it would be better to
# fix.
r"^test_solve_TerminationStatus_DUAL_INFEASIBLE$",
#
# 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.
Expand Down

0 comments on commit c25b4a9

Please sign in to comment.