From 1f37ab010866241a1298161a7767087ba27098ac Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 8 Sep 2023 12:43:33 +1200 Subject: [PATCH] Update MOI_wrapper.jl --- test/MOI_wrapper.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index aad9080..112961c 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -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 @@ -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