We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2944ee9 commit 7401e92Copy full SHA for 7401e92
test/runtests.jl
@@ -78,8 +78,11 @@ move_to_node1("Distributed")
78
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
79
move_to_node1("stress")
80
# 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
82
# X-ref: https://github.com/JuliaLang/julia/pull/44828
83
move_to_node1("Pkg")
84
+# TODO: fix the REPL tests so they can run on any worker
85
+move_to_node1("REPL")
86
87
# In a constrained memory environment, run the "distributed" test after all other tests
88
# since it starts a lot of workers and can easily exceed the maximum memory
0 commit comments