We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c53d2 commit 18b4e00Copy full SHA for 18b4e00
test/MOI_wrapper.jl
@@ -48,6 +48,9 @@ function test_MOI_Test()
48
],
49
),
50
exclude = String[
51
+ "test_nonlinear_constraint_log$",
52
+ # No nonlinear objective.
53
+ "test_nonlinear_with_scalar_quadratic_function_with_off_diag$",
54
# No objective
55
"test_attribute_SolveTimeSec",
56
"test_attribute_RawStatusString",
0 commit comments