mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
Mark runtime_env_complicated, test_object_spilling as flaky, unmark test_scheduling
This commit is contained in:
parent
47cd075829
commit
ba45e41b4d
1 changed files with 3 additions and 3 deletions
|
@ -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"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue