We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f44c5 commit 10e3ebdCopy full SHA for 10e3ebd
test/test_MOI_wrapper.jl
@@ -65,8 +65,7 @@ function test_runtests()
65
# Xpress cannot handle nonconvex quadratic constraint
66
"test_quadratic_nonconvex_",
67
# Nonlinear tests because these return LOCALLY_SOLVED
68
- "test_nonlinear_duals",
69
- "test_nonlinear_expression_",
+ "test_nonlinear_",
70
],
71
)
72
MOI.Test.runtests(
@@ -77,10 +76,7 @@ function test_runtests()
77
76
exclude = Any[MOI.ConstraintDual],
78
optimal_status = MOI.LOCALLY_SOLVED,
79
);
80
- include = [
81
82
83
- ],
+ include = ["test_nonlinear_"],
84
# This test is actually MOI.OPTIMAL. It's okay to ignore for now.
85
exclude = ["test_nonlinear_expression_overrides_objective"],
86
0 commit comments