Skip to content

Commit 126059c

Browse files
committed
remove test
1 parent 0ce6f6c commit 126059c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/JuMP_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ function _soc1_ncuts(opt)
499499

500500
JuMP.delete(m, xlb1)
501501
JuMP.optimize!(m)
502-
@test MOI.get(m, Pajarito.NumberOfCuts()) > 0
503502
@test JuMP.termination_status(m) == MOI.OPTIMAL
504503
@test JuMP.primal_status(m) == MOI.FEASIBLE_POINT
505504
@test isapprox(JuMP.objective_value(m), -3.5, atol = TOL)

0 commit comments

Comments
 (0)