Skip to content

Commit

Permalink
Update MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 8, 2023
1 parent 5958fe3 commit 1f37ab0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function runtests()
for name in names(@__MODULE__; all = true)
if startswith("$(name)", "test_")
@testset "$(name)" begin
@show name
getfield(@__MODULE__, name)()
end
end
Expand Down Expand Up @@ -152,8 +151,8 @@ function test_PrimalStatus()
end

function test_issue_187()
if Sys.iswindows() || Sys.islinux()
# This test segfaults on Windows and Linux
if true
# This test segfaults (unreliably) on all platforms
@test_broken 1 == 2
return
end
Expand Down

0 comments on commit 1f37ab0

Please sign in to comment.