From 0932320eb36a912173d8165904bfb28d7c0959a4 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sat, 7 Nov 2020 20:08:41 -0800 Subject: [PATCH] Move test_joblib back to new_scheduler_broken category (#11872) --- python/ray/tests/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/BUILD b/python/ray/tests/BUILD index 94630021f..8f7b3ab6f 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -25,7 +25,6 @@ py_test_module_list( "test_error_ray_not_initialized.py", "test_gcs_fault_tolerance.py", "test_iter.py", - "test_joblib.py", "test_resource_demand_scheduler.py", ], size = "medium", @@ -42,6 +41,7 @@ py_test_module_list( "test_dynres.py", "test_global_gc.py", "test_global_state.py", + "test_joblib.py", ], size = "medium", extra_srcs = SRCS,