Skip to content

Commit 9bbe799

Browse files
committed
exclude some tests temporarily
1 parent 78bd3cc commit 9bbe799

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interfaces/MOI_wrapper.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const CONFIG = MOIT.Config(Float64, atol=1e-6, rtol=1e-6,
3232
# Tulip not compliant with MOI convention for primal/dual infeasible models
3333
# See expected behavior at https://jump.dev/MathOptInterface.jl/dev/background/infeasibility_certificates/
3434
"test_unbounded",
35+
# Tulip is not compliant with the MOI.ListOfModelAttributesSet attribute
36+
"_in_ListOfModelAttributesSet",
3537
]
3638
)
3739

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

0 commit comments

Comments
 (0)