Skip to content

Commit 2d346bb

Browse files
authored
Skip MOI.compute_conflict tests (#295)
1 parent bf2c4c3 commit 2d346bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/moi_wrapper.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ function test_moi_test_runtests()
3333
MOI.Bridges.Variable.ZerosBridge{Float64},
3434
)
3535
MOI.set(model, MOI.Silent(), true)
36-
config = MOI.Test.Config(; atol = 1e-7)
36+
config =
37+
MOI.Test.Config(; atol = 1e-7, exclude = Any[MOI.compute_conflict!])
3738
MOI.Test.runtests(model, config)
3839
return
3940
end

0 commit comments

Comments
 (0)