Skip to content

Commit 1a43d52

Browse files
committed
Use regex for tests
1 parent 852579a commit 1a43d52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/MOI_wrapper.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ function test_runtests()
3333
exclude = String[
3434
# ZerosBridge does not support ConstraintDual. These are tested below in
3535
# test_runtests_ZerosBridge
36-
"test_conic_RotatedSecondOrderCone_INFEASIBLE_2",
37-
"test_conic_linear_VectorOfVariables_2",
38-
"test_linear_integration",
39-
"test_quadratic_constraint_GreaterThan",
40-
"test_quadratic_constraint_LessThan",
36+
r"test_conic_RotatedSecondOrderCone_INFEASIBLE_2$",
37+
r"test_conic_linear_VectorOfVariables_2$",
38+
r"test_linear_integration$",
39+
r"test_quadratic_constraint_GreaterThan$",
40+
r"test_quadratic_constraint_LessThan$",
4141
]
4242
if Sys.WORD_SIZE == 32
4343
# These tests fail on x86 Linux, returning ITERATION_LIMIT instead of

0 commit comments

Comments
 (0)