Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove failing tests thanks to new MOI release #288

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function _test_runtests(linear_solver)
MOI.ConstraintName,
MOI.VariableName,
MOI.ObjectiveBound,
MOI.SolverVersion,
],
),
exclude = String[
Expand All @@ -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
Expand Down
Loading