Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 3, 2023
1 parent e426827 commit 70a0183
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ const MIPOLY_SOLVERS = [JUNIPER]
@testset "$(solver): nlp_mi" for solver in MINLP_SOLVERS
MINLPTests.test_nlp_mi(solver, exclude = [
"005_011", # Uses the function `\`
"006_010", # Bug in Juniper - handling of user-defined functions.
])
MINLPTests.test_nlp_mi_expr(solver, exclude = [
"005_011", # Uses the function `\`
"006_010", # Bug in Juniper - handling of user-defined functions.
])
MINLPTests.test_nlp_mi_cvx(solver)
end
Expand Down

0 comments on commit 70a0183

Please sign in to comment.