Skip to content

Commit

Permalink
Exclude failing tests in MOI wrapper (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored May 23, 2023
1 parent 22cd65e commit fed8fdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Interfaces/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const CONFIG = MOIT.Config(Float64, atol=1e-6, rtol=1e-6,
# Tulip not compliant with MOI convention for primal/dual infeasible models
# See expected behavior at https://jump.dev/MathOptInterface.jl/dev/background/infeasibility_certificates/
"test_unbounded",
# Tulip is not compliant with the MOI.ListOfModelAttributesSet attribute
"_in_ListOfModelAttributesSet",
]
)

Expand Down Expand Up @@ -66,6 +68,8 @@ end
# Tulip not compliant with MOI convention for primal/dual infeasible models
# See expected behavior at https://jump.dev/MathOptInterface.jl/dev/background/infeasibility_certificates/
"test_unbounded",
# Tulip is not compliant with the MOI.ListOfModelAttributesSet attribute
"_in_ListOfModelAttributesSet",
],
)
end
Expand Down

0 comments on commit fed8fdc

Please sign in to comment.