[core] Move test_reconstruction to large test suite (#20306)

This commit is contained in:
Stephanie Wang 2021-11-13 13:51:18 -08:00 committed by GitHub
parent e5ead6a4b0
commit 9e2bd508d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,