Skip to content

Commit 10e3ebd

Browse files
committed
Fix test_nonlinear to have LOCALLY_SOLVED as the .optimal_status
1 parent 33f44c5 commit 10e3ebd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/test_MOI_wrapper.jl

+2-6
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ function test_runtests()
6565
# Xpress cannot handle nonconvex quadratic constraint
6666
"test_quadratic_nonconvex_",
6767
# Nonlinear tests because these return LOCALLY_SOLVED
68-
"test_nonlinear_duals",
69-
"test_nonlinear_expression_",
68+
"test_nonlinear_",
7069
],
7170
)
7271
MOI.Test.runtests(
@@ -77,10 +76,7 @@ function test_runtests()
7776
exclude = Any[MOI.ConstraintDual],
7877
optimal_status = MOI.LOCALLY_SOLVED,
7978
);
80-
include = [
81-
"test_nonlinear_duals",
82-
"test_nonlinear_expression_",
83-
],
79+
include = ["test_nonlinear_"],
8480
# This test is actually MOI.OPTIMAL. It's okay to ignore for now.
8581
exclude = ["test_nonlinear_expression_overrides_objective"],
8682
)

0 commit comments

Comments
 (0)