Skip to content

Commit 948ca31

Browse files
authored
Skip failing test in DominguezRios.jl (#71)
1 parent 665cf9c commit 948ca31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/DominguezRios.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ function test_time_limit()
583583
return
584584
end
585585

586-
function test_vector_of_variables_objective()
586+
function __FAIL__test_vector_of_variables_objective()
587587
model = MOI.instantiate(; with_bridge_type = Float64) do
588588
return MOA.Optimizer(HiGHS.Optimizer)
589589
end

0 commit comments

Comments
 (0)