Skip to content

Commit

Permalink
Temporarily skip a troublesome test
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 6, 2025
1 parent 71dd289 commit edd56b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit edd56b9

Please sign in to comment.