Skip to content
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
9 changes: 4 additions & 5 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ function test_runtests()
# SLOW_PROGRESS
"test_quadratic_constraint_basic",
"test_quadratic_constraint_minimize",
# FIXME need to investigate
# Expression: MOI.get(model, MOI.TerminationStatus()) == config.infeasible_status
# Evaluated: MathOptInterface.OPTIMAL == MathOptInterface.INFEASIBLE
# Unable to bridge RotatedSecondOrderCone to PSD because the dimension is too small: got 2, expected >= 3.
"test_conic_SecondOrderCone_INFEASIBLE",
# FIXME need to investigate
"test_objective_qp_ObjectiveFunction_edge_cases",
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1761
"test_constraint_PrimalStart_DualStart_SecondOrderCone",
Expand All @@ -86,11 +83,13 @@ function test_runtests()
# Evaluated: isapprox(9.973062820023415e-9, 1.0, ...
"test_variable_solve_with_lowerbound",
# TODO CSDP just returns an infinite ObjectiveValue
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1759
"test_unbounded_MIN_SENSE",
"test_unbounded_MIN_SENSE_offset",
"test_unbounded_MAX_SENSE",
"test_unbounded_MAX_SENSE_offset",
# TODO SDPT3 just returns an infinite DualObjectiveValue
# TODO CSDP just returns an infinite DualObjectiveValue
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1759
"test_infeasible_MAX_SENSE",
"test_infeasible_MAX_SENSE_offset",
"test_infeasible_MIN_SENSE",
Expand Down