Skip to content

Commit aa2ea2b

Browse files
authored
Update src/Bridges/Bridges.jl
1 parent cd72855 commit aa2ea2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Bridges/Bridges.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ function runtests(
318318
MOI.get(model, MOI.ConstraintSet(), ci)
319319
catch err
320320
_runtests_error_handler(err, cannot_unbridge)
321+
continue
321322
end
322323
for attr in (MOI.ConstraintPrimalStart(), MOI.ConstraintDualStart())
323324
if MOI.supports(model, attr, MOI.ConstraintIndex{F,S})

0 commit comments

Comments
 (0)