From edd56b9ac2cf3498bbb6c4d9a69fb8f9031b3a99 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 6 Jan 2025 17:18:17 +1300 Subject: [PATCH] Temporarily skip a troublesome test --- test/test_MOI_wrapper.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)