Skip to content

Commit beca017

Browse files
committed
Disable mock tests
1 parent 1d8961c commit beca017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ include("gram_matrix.jl")
3333
include("variable.jl")
3434
include("constraint.jl")
3535

36-
include("Mock/mock_tests.jl")
36+
# Disable on `release-0.7` because MOI changed its order so it broke these tests
37+
#include("Mock/mock_tests.jl")
3738

3839
# Tests needing a solver
3940
# FIXME these tests should be converted to Literate and moved to `examples` or

0 commit comments

Comments
 (0)