diff --git a/test/runtests.jl b/test/runtests.jl index 81192c32abc3e..4c9ac1cfd869c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -77,12 +77,6 @@ move_to_node1("threads") move_to_node1("Distributed") # Ensure things like consuming all kernel pipe memory doesn't interfere with other tests move_to_node1("stress") -# Move `Pkg` tests to node 1 to fix stdin-related woes -# TODO: fix the Pkg tests so that they can run on any worker -# X-ref: https://github.com/JuliaLang/julia/pull/44828 -move_to_node1("Pkg") -# TODO: fix the REPL tests so they can run on any worker -move_to_node1("REPL") # In a constrained memory environment, run the "distributed" test after all other tests # since it starts a lot of workers and can easily exceed the maximum memory