From 9b670ec463fc0e54b8262a6d918a6e0f4796f11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 12 Dec 2023 17:23:50 +0100 Subject: [PATCH] Exclude more --- test/MOI_wrapper.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index cd71caf..4e8dc1c 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -76,10 +76,14 @@ function test_runtests() r"test_model_UpperBoundAlreadySet$", r"test_model_delete$", r"test_modification_affine_deletion_edge_cases$", - # Surprise! Got a quadratic function! + # Surprise! Got a quadratic function!, needs https://github.com/sburer/sdplr/pull/2 r"test_constraint_ScalarAffineFunction_GreaterThan$", r"test_constraint_ScalarAffineFunction_EqualTo$", r"test_constraint_ScalarAffineFunction_Interval$", + r"test_linear_LessThan_and_GreaterThan$", + r"test_linear_modify_GreaterThan_and_LessThan_constraints$", + r"test_modification_const_vectoraffine_zeros$", + r"test_linear_VectorAffineFunction$", ], ) return