Skip to content

Commit

Permalink
Remove test_broken
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 8, 2025
1 parent f721cf0 commit 0cb1a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ function test_differentiating_simple_socp()
db = zeros(5)
dc = zeros(3)
MOI.set.(model, DiffOpt.ReverseVariablePrimal(), vv, 1.0)
@test_broken DiffOpt.reverse_differentiate!(model)
DiffOpt.reverse_differentiate!(model)
# TODO add tests
return
end
Expand Down

0 comments on commit 0cb1a4b

Please sign in to comment.