mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[core] Move test_reconstruction to large test suite (#20306)
This commit is contained in:
parent
e5ead6a4b0
commit
9e2bd508d7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,6 @@ py_test_module_list(
|
|||
"test_placement_group_2.py",
|
||||
"test_placement_group_3.py",
|
||||
"test_ray_init.py",
|
||||
"test_reconstruction.py",
|
||||
"test_reference_counting.py",
|
||||
"test_resource_demand_scheduler.py",
|
||||
"test_runtime_env_env_vars.py",
|
||||
|
@ -159,6 +158,7 @@ py_test_module_list(
|
|||
"test_failure.py",
|
||||
"test_actor_advanced.py",
|
||||
"test_stress_failure.py",
|
||||
"test_reconstruction.py",
|
||||
],
|
||||
size = "large",
|
||||
extra_srcs = SRCS,
|
||||
|
|
Loading…
Add table
Reference in a new issue