Skip to content

Commit 3a3720b

Browse files
authored
Enhance comments for test exclusions in MOI_wrapper
Added comments to clarify upstream issues with tests.
1 parent e9f389b commit 3a3720b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/MOI_wrapper.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ function test_MOI_Test_cached()
7373
exclude=Union{String,Regex}[
7474
# Upstream bug because @odow is a muppet
7575
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$",
7679
# Returns OTHER_ERROR, which is also reasonable.
7780
r"^test_conic_empty_matrix$",
7881
# Returns ITERATION_LIMIT instead of DUAL_INFEASIBLE, which is okay.

0 commit comments

Comments
 (0)