diff --git a/python/ray/tests/BUILD b/python/ray/tests/BUILD index 7ebb8a935..87553f29a 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -201,7 +201,8 @@ py_test( py_test( name = "test_autoscaler_yaml", size = "small", - srcs = SRCS + ["test_autoscaler_yaml.py", "additional_property.yaml"], + srcs = SRCS + ["test_autoscaler_yaml.py"], + data = ["additional_property.yaml"], deps = ["//:ray_lib"], )