Skip to content

Commit ca43235

Browse files
committed
move test_placement_group_2 to large
Signed-off-by: Catch-Bull <burglarralgrub@gmail.com>
1 parent 297df27 commit ca43235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ py_test_module_list(
123123
"test_multinode_failures_2.py",
124124
"test_object_assign_owner.py",
125125
"test_placement_group.py",
126-
"test_placement_group_2.py",
127126
"test_placement_group_3.py",
128127
"test_placement_group_4.py",
129128
"test_placement_group_5.py",
@@ -296,6 +295,7 @@ py_test_module_list(
296295
"test_scheduling_2.py",
297296
"test_multi_node_3.py",
298297
"test_multiprocessing.py",
298+
"test_placement_group_2.py",
299299
],
300300
size = "large",
301301
tags = ["exclusive", "large_size_python_tests_shard_1", "team:core"],

0 commit comments

Comments
 (0)