From 6552c915117589032160e10f524874ab9a8ddac4 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 7 Apr 2022 15:31:44 -0400 Subject: [PATCH] Revert "Testsystem: for now, move the REPL tests to node 1 (#44880)" This reverts commit 7401e92a930ab51ff74e67a27152df5c2acd459b. --- test/runtests.jl | 6 ------ 1 file changed, 6 deletions(-) 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