diff --git a/test/runtests.jl b/test/runtests.jl index 4c9ac1cfd869c9..1cc3ce941607be 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -77,6 +77,8 @@ 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") +# The `REPL` tests need an actual TTY attatched +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