Skip to content

Commit

Permalink
Merge pull request #57 from odow/patch-2
Browse files Browse the repository at this point in the history
 Remove now passing tests from exclude in MOI.Test.runtests
  • Loading branch information
cvanaret authored Nov 2, 2024
2 parents cf7bb45 + c25b4a9 commit 37e22cb
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 37e22cb

Please sign in to comment.