From bd92cefbf78bb210098d15621ca1f0cf3787596d Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Fri, 28 Aug 2020 21:26:29 -0700 Subject: [PATCH] [Autoscaler] Move Resource Demand Scheduler Test to Small (#10399) --- 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 3d9c59318..7b7e305cb 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -31,6 +31,7 @@ py_test_module_list( "test_global_gc.py", "test_iter.py", "test_joblib.py", + "test_resource_demand_scheduler.py", ], size = "medium", extra_srcs = SRCS, @@ -52,7 +53,6 @@ py_test_module_list( "test_output.py", "test_placement_group.py", "test_reconstruction.py", - "test_resource_demand_scheduler.py", "test_reference_counting_2.py", "test_reference_counting.py", "test_stress.py",