[Autoscaler] Move Resource Demand Scheduler Test to Small (#10399)

This commit is contained in:
Alex Wu
2020-08-28 21:26:29 -07:00
committed by GitHub
parent d6f2b0d933
commit bd92cefbf7
+1 -1
View File
@@ -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",