From 9136410464a5963a4cacb81ef45f809013cbcaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 3 Jan 2024 14:36:52 +0100 Subject: [PATCH] Remove failing tests thanks to new MOI release --- test/MOI_wrapper.jl | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 92e985d..22f2660 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -54,6 +54,7 @@ function _test_runtests(linear_solver) MOI.ConstraintName, MOI.VariableName, MOI.ObjectiveBound, + MOI.SolverVersion, ], ), exclude = String[ @@ -64,23 +65,11 @@ function _test_runtests(linear_solver) # Expected test failures: # TODO(odow): get not supported for primal/dual starts "test_model_ModelFilter_AbstractConstraintAttribute", - # Unimplemented feature - "test_attribute_SolverVersion", # ArgumentError: The number of constraints must be greater than 0 "test_attribute_RawStatusString", "test_attribute_SolveTimeSec", "test_objective_ObjectiveFunction_blank", "test_solve_TerminationStatus_DUAL_INFEASIBLE", - # Problem is a nonconvex QP - "test_basic_ScalarQuadraticFunction_EqualTo", - "test_basic_ScalarQuadraticFunction_GreaterThan", - "test_basic_ScalarQuadraticFunction_Interval", - "test_basic_VectorQuadraticFunction_", - "test_quadratic_SecondOrderCone_basic", - "test_quadratic_nonconvex_", - # MathOptInterface.jl issue #1431 - "test_model_LowerBoundAlreadySet", - "test_model_UpperBoundAlreadySet", ], ) return