Skip to content

Commit

Permalink
Revert "Workaround hang with 1.8-DEV"
Browse files Browse the repository at this point in the history
This reverts commit 978c7a2.
  • Loading branch information
tkf committed Dec 24, 2021
1 parent 1e4eb40 commit ca21919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if get(ENV, "CI", "false") == "true"
# at the same time. This can happen when the tests are run via
# `Pkg.test`. Doing this after `addprocs` to workaround a quirk
# in Distributed.jl.
VERSION < v"1.8-" && # workaround the hang in CI
LoadAllPackages.loadall()
end
@info "Testing with:" nworkers()
Expand Down

0 comments on commit ca21919

Please sign in to comment.