diff --git a/test/test_MOI_wrapper.jl b/test/test_MOI_wrapper.jl index 3fca3d3f..2bd13e6e 100644 --- a/test/test_MOI_wrapper.jl +++ b/test/test_MOI_wrapper.jl @@ -96,7 +96,9 @@ function test_runtests() "test_nonlinear_expression_overrides_objective", "test_nonlinear_quadratic_1", "test_nonlinear_quadratic_4", - "test_nonlinear_with_scalar_quadratic_function_with_off_diag", + # TODO(odow): this test triggers a segfault in + # MathOptInterface/actions/workflows/solvertests.yml + # "test_nonlinear_with_scalar_quadratic_function_with_off_diag", ], ) MOI.set(model, MOI.RawOptimizerAttribute("PRESOLVE"), 0)