Skip to content

Commit e3243e8

Browse files
committed
Update
1 parent 4c991de commit e3243e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/Bridges/bridge_optimizer.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -940,11 +940,7 @@ function test_bridge_supports_issue_1992()
940940
MOI.VectorOfVariables([x]),
941941
MOI.Nonpositives(1),
942942
)
943-
# !!! warning
944-
# This test is broken with a false negative. (Getting and setting the
945-
# attribute works, even though supports is false) See the discussion in
946-
# PR#1992.
947-
@test_broken MOI.supports(model, MOI.ConstraintDualStart(), typeof(c))
943+
@test MOI.supports(model, MOI.ConstraintDualStart(), typeof(c))
948944
@test MOI.get(model, MOI.ConstraintDualStart(), c) === nothing
949945
MOI.set(model, MOI.ConstraintDualStart(), c, [1.0])
950946
@test MOI.get(model, MOI.ConstraintDualStart(), c) == [1.0]

0 commit comments

Comments
 (0)