Skip to content

Commit

Permalink
Serialization: disable IPC test until #3184 is solved (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Jan 26, 2024
1 parent bc2d6a3 commit 67ccc93
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67ccc93

Please sign in to comment.