From 993aa2343d713d5403004634f4cf7de596ea45e9 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Fri, 26 Jan 2024 09:27:20 +0100 Subject: [PATCH] Serialization: disable IPC test until #3184 is solved (#3246) --- test/runtests.jl | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 561f8e42ac9f..b4ab79e9d7b2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -136,14 +136,16 @@ stats = reduce(merge, pmap(testlist) do x # this needs to run here to make sure it runs on the main process # it is in the ignore list for the other tests -if numprocs == 1 && test_subset != "short" - # to debug GC corruption errors - GC.gc() - GC.gc() - - println("Starting tests for Serialization/IPC.jl") - push!(stats, Oscar._timed_include("Serialization/IPC.jl", Main)) -end +# +# FIXME: disabled until #3184 is solved +#if numprocs == 1 && test_subset != "short" +# # to debug GC corruption errors +# GC.gc() +# GC.gc() +# +# println("Starting tests for Serialization/IPC.jl") +# push!(stats, Oscar._timed_include("Serialization/IPC.jl", Main)) +#end if haskey(ENV, "GITHUB_STEP_SUMMARY") open(ENV["GITHUB_STEP_SUMMARY"], "a") do io