Skip to content

Commit bc7ffa7

Browse files
authored
Remove failing tests thanks to new MOI release (#288)
1 parent 062ac53 commit bc7ffa7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

test/MOI_wrapper.jl

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function _test_runtests(linear_solver)
5454
MOI.ConstraintName,
5555
MOI.VariableName,
5656
MOI.ObjectiveBound,
57+
MOI.SolverVersion,
5758
],
5859
),
5960
exclude = String[
@@ -64,23 +65,11 @@ function _test_runtests(linear_solver)
6465
# Expected test failures:
6566
# TODO(odow): get not supported for primal/dual starts
6667
"test_model_ModelFilter_AbstractConstraintAttribute",
67-
# Unimplemented feature
68-
"test_attribute_SolverVersion",
6968
# ArgumentError: The number of constraints must be greater than 0
7069
"test_attribute_RawStatusString",
7170
"test_attribute_SolveTimeSec",
7271
"test_objective_ObjectiveFunction_blank",
7372
"test_solve_TerminationStatus_DUAL_INFEASIBLE",
74-
# Problem is a nonconvex QP
75-
"test_basic_ScalarQuadraticFunction_EqualTo",
76-
"test_basic_ScalarQuadraticFunction_GreaterThan",
77-
"test_basic_ScalarQuadraticFunction_Interval",
78-
"test_basic_VectorQuadraticFunction_",
79-
"test_quadratic_SecondOrderCone_basic",
80-
"test_quadratic_nonconvex_",
81-
# MathOptInterface.jl issue #1431
82-
"test_model_LowerBoundAlreadySet",
83-
"test_model_UpperBoundAlreadySet",
8473
],
8574
)
8675
return

0 commit comments

Comments
 (0)