From e1b8e842ab38b2a1f8335f7138b15fdac416e1fa Mon Sep 17 00:00:00 2001 From: odow Date: Thu, 22 Aug 2024 09:24:23 +1200 Subject: [PATCH] Update --- test/MOI_wrapper.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index db3489b..64fa2a7 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -72,6 +72,10 @@ function test_runtests() # Perhaps an expected failure because the problem is non-convex r"^test_quadratic_nonconvex_constraint_basic$", r"^test_quadratic_nonconvex_constraint_integration$", + # A whole bunch of issues to diagnose here + "test_basic_VectorNonlinearFunction_", + # INVALID_OPTION? + r"^test_nonlinear_expression_hs109$", other_failures..., ], )