mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix more Windows tests (#9173)
This commit is contained in:
parent
1dc018d0bb
commit
8f72a9fd1a
2 changed files with 3 additions and 2 deletions
|
@ -141,6 +141,7 @@ test_python() {
|
|||
-python/ray/tests:test_object_manager
|
||||
-python/ray/tests:test_projects
|
||||
-python/ray/tests:test_queue # timeout
|
||||
-python/ray/tests:test_ray_init # flaky
|
||||
-python/ray/tests:test_reconstruction # UnreconstructableError
|
||||
-python/ray/tests:test_stress
|
||||
-python/ray/tests:test_stress_sharded
|
||||
|
|
|
@ -194,14 +194,14 @@ py_test(
|
|||
py_test(
|
||||
name = "test_autoscaler_aws",
|
||||
size = "small",
|
||||
srcs = ["aws/test_autoscaler_aws.py"],
|
||||
srcs = SRCS + ["aws/test_autoscaler_aws.py"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
py_test(
|
||||
name = "test_autoscaler_yaml",
|
||||
size = "small",
|
||||
srcs = SRCS + ["test_autoscaler_yaml.py"],
|
||||
srcs = SRCS + ["test_autoscaler_yaml.py", "additional_property.yaml"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue