Skip to content

Commit

Permalink
Revert "Testsystem: for now, move the REPL tests to node 1 (#44880)"
Browse files Browse the repository at this point in the history
This reverts commit 7401e92.
  • Loading branch information
vtjnash committed Apr 7, 2022
1 parent 340587f commit 6552c91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6552c91

Please sign in to comment.