Skip to content

Commit b0da478

Browse files
test: mark test optimization test as no longer broken
1 parent f4e81de commit b0da478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/optimizationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
prob = OptimizationProblem(sys, [x => 0.0, y => 0.0, a => 1.0, b => 1.0],
7474
grad = false, hess = false, cons_j = false, cons_h = false)
7575
sol = solve(prob, AmplNLWriter.Optimizer(Ipopt_jll.amplexe))
76-
@test_skip sol.objective < 1.0
76+
@test sol.objective < 1.0
7777
end
7878

7979
@testset "equality constraint" begin

0 commit comments

Comments
 (0)