Skip to content

Commit b8c0258

Browse files
committed
re-enable tests
1 parent 81eb28a commit b8c0258

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/MOI_wrapper.jl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,12 @@ function test_runtests()
6464
exclude = Union{String, Regex}[
6565
"test_attribute_SolverVersion",
6666
# Expected test failures:
67-
# MathOptInterface.jl issue #1431
68-
"test_model_LowerBoundAlreadySet",
69-
"test_model_UpperBoundAlreadySet",
70-
# FIXME
71-
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1773
72-
r"^test_infeasible_MAX_SENSE$",
73-
r"test_infeasible_MAX_SENSE_offset$",
74-
r"^test_infeasible_MIN_SENSE$",
75-
r"test_infeasible_MIN_SENSE_offset$",
76-
r"^test_infeasible_affine_MAX_SENSE$",
77-
r"test_infeasible_affine_MAX_SENSE_offset$",
78-
r"^test_infeasible_affine_MIN_SENSE$",
79-
r"test_infeasible_affine_MIN_SENSE_offset$",
8067
# FIXME
8168
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1759
8269
r"test_unbounded_MAX_SENSE$",
8370
r"test_unbounded_MAX_SENSE_offset$",
8471
r"^test_unbounded_MIN_SENSE$",
8572
r"test_unbounded_MIN_SENSE_offset$",
86-
# FIXME
87-
"test_model_copy_to_UnsupportedAttribute",
88-
# Segfault
89-
"test_model_copy_to_UnsupportedConstraint",
9073
],
9174
)
9275
return

0 commit comments

Comments
 (0)