Fix more Windows tests (#9173)

This commit is contained in:
mehrdadn
2020-06-28 02:13:15 -07:00
committed by GitHub
parent 1dc018d0bb
commit 8f72a9fd1a
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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"],
)