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 e9f389b commit 3a3720bCopy full SHA for 3a3720b
test/MOI_wrapper.jl
@@ -73,6 +73,9 @@ function test_MOI_Test_cached()
73
exclude=Union{String,Regex}[
74
# Upstream bug because @odow is a muppet
75
r"^test_basic_VectorOfVariables_VectorNonlinearOracle$",
76
+ # This is an upstream issue in MOI with bridges and support
77
+ # comparing VectorNonlinear and VectorQuadratic
78
+ r"^test_basic_VectorNonlinearFunction_GeometricMeanCone$",
79
# Returns OTHER_ERROR, which is also reasonable.
80
r"^test_conic_empty_matrix$",
81
# Returns ITERATION_LIMIT instead of DUAL_INFEASIBLE, which is okay.
0 commit comments