Mark runtime_env_complicated, test_object_spilling as flaky, unmark test_scheduling

This commit is contained in:
Eric Liang 2021-05-21 16:16:11 -07:00 committed by GitHub
parent 47cd075829
commit ba45e41b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,11 +69,11 @@ py_test_module_list(
"test_multinode_failures.py", "test_multinode_failures.py",
"test_multinode_failures_2.py", "test_multinode_failures_2.py",
"test_multiprocessing.py", "test_multiprocessing.py",
"test_object_spilling.py",
"test_output.py", "test_output.py",
"test_reconstruction.py", "test_reconstruction.py",
"test_reference_counting.py", "test_reference_counting.py",
"test_resource_demand_scheduler.py", "test_resource_demand_scheduler.py",
"test_scheduling.py",
"test_serialization.py", "test_serialization.py",
"test_stress.py", "test_stress.py",
"test_stress_sharded.py", "test_stress_sharded.py",
@ -87,11 +87,11 @@ py_test_module_list(
py_test_module_list( py_test_module_list(
files = [ files = [
"test_object_spilling.py",
"test_object_spilling_2.py", "test_object_spilling_2.py",
"test_object_manager.py", "test_object_manager.py",
"test_reference_counting_2.py", "test_reference_counting_2.py",
"test_multi_tenancy.py", "test_multi_tenancy.py",
"test_scheduling.py",
], ],
size = "medium", size = "medium",
extra_srcs = SRCS, extra_srcs = SRCS,
@ -105,7 +105,7 @@ py_test_module_list(
], ],
size = "large", size = "large",
extra_srcs = SRCS, extra_srcs = SRCS,
tags = ["exclusive", "post_wheel_build"], tags = ["exclusive", "post_wheel_build", "flaky"],
deps = ["//:ray_lib"], deps = ["//:ray_lib"],
) )