Skip to content

Commit c7177ab

Browse files
authored
quadrotor fail (#59)
1 parent d9bb56c commit c7177ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_JuMP_optimality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function test_JuMP_optimality()
2626
# Solve the model
2727
optimize!(model)
2828
# Test that the solver found an optimal solution
29-
if f == :truck_trailer
29+
if f == :truck_trailer || f == :quadrotor
3030
@test_broken termination_status(model) == MOI.LOCALLY_SOLVED
3131
else
3232
@test termination_status(model) == MOI.LOCALLY_SOLVED

0 commit comments

Comments
 (0)