We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2c4c3 commit 2d346bbCopy full SHA for 2d346bb
test/moi_wrapper.jl
@@ -33,7 +33,8 @@ function test_moi_test_runtests()
33
MOI.Bridges.Variable.ZerosBridge{Float64},
34
)
35
MOI.set(model, MOI.Silent(), true)
36
- config = MOI.Test.Config(; atol = 1e-7)
+ config =
37
+ MOI.Test.Config(; atol = 1e-7, exclude = Any[MOI.compute_conflict!])
38
MOI.Test.runtests(model, config)
39
return
40
end
0 commit comments