Skip to content

Commit edd56b9

Browse files
authored
Temporarily skip a troublesome test
1 parent 71dd289 commit edd56b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_MOI_wrapper.jl

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ function test_runtests()
9696
"test_nonlinear_expression_overrides_objective",
9797
"test_nonlinear_quadratic_1",
9898
"test_nonlinear_quadratic_4",
99-
"test_nonlinear_with_scalar_quadratic_function_with_off_diag",
99+
# TODO(odow): this test triggers a segfault in
100+
# MathOptInterface/actions/workflows/solvertests.yml
101+
# "test_nonlinear_with_scalar_quadratic_function_with_off_diag",
100102
],
101103
)
102104
MOI.set(model, MOI.RawOptimizerAttribute("PRESOLVE"), 0)

0 commit comments

Comments
 (0)