Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 2, 2024
1 parent 7e7846a commit 667c237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function test_runtests()
MOI.SolverVersion,
],
);
exclude = String[
exclude = Regex[
# Expression: MOI.get(model, MOI.TerminationStatus()) == MOI.INFEASIBLE
# Evaluated: MathOptInterface.INFEASIBLE_OR_UNBOUNDED == MathOptInterface.INFEASIBLE
r"test_conic_NormInfinityCone_INFEASIBLE$",
Expand Down

0 comments on commit 667c237

Please sign in to comment.