We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dd289 commit edd56b9Copy full SHA for edd56b9
test/test_MOI_wrapper.jl
@@ -96,7 +96,9 @@ function test_runtests()
96
"test_nonlinear_expression_overrides_objective",
97
"test_nonlinear_quadratic_1",
98
"test_nonlinear_quadratic_4",
99
- "test_nonlinear_with_scalar_quadratic_function_with_off_diag",
+ # TODO(odow): this test triggers a segfault in
100
+ # MathOptInterface/actions/workflows/solvertests.yml
101
+ # "test_nonlinear_with_scalar_quadratic_function_with_off_diag",
102
],
103
)
104
MOI.set(model, MOI.RawOptimizerAttribute("PRESOLVE"), 0)
0 commit comments