Skip to content

Commit 7401e92

Browse files
authored
Testsystem: for now, move the REPL tests to node 1 (#44880)
1 parent 2944ee9 commit 7401e92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ move_to_node1("Distributed")
7878
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
7979
move_to_node1("stress")
8080
# Move `Pkg` tests to node 1 to fix stdin-related woes
81+
# TODO: fix the Pkg tests so that they can run on any worker
8182
# X-ref: https://github.com/JuliaLang/julia/pull/44828
8283
move_to_node1("Pkg")
84+
# TODO: fix the REPL tests so they can run on any worker
85+
move_to_node1("REPL")
8386

8487
# In a constrained memory environment, run the "distributed" test after all other tests
8588
# since it starts a lot of workers and can easily exceed the maximum memory

0 commit comments

Comments
 (0)