Fix test tags (#26703)

Some tests tags are accidentally changed in #26525
This commit is contained in:
Jiajun Yao 2022-07-19 00:11:02 -07:00 committed by GitHub
parent 8284270bfb
commit 28d677cf0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ py_test_module_list(
"test_protobuf_compatibility.py" "test_protobuf_compatibility.py"
], ],
size = "medium", size = "medium",
tags = ["exclusive", "client_tests", "team:serverless"], tags = ["exclusive", "medium_size_python_tests_a_to_j", "team:core"],
deps = ["//:ray_lib", ":conftest"], deps = ["//:ray_lib", ":conftest"],
) )
@ -80,7 +80,7 @@ py_test(
srcs = ["test_joblib.py"], srcs = ["test_joblib.py"],
data = ["mnist_784_100_samples.pkl"], data = ["mnist_784_100_samples.pkl"],
size = "medium", size = "medium",
tags = ["exclusive", "client_tests", "team:serverless"], tags = ["exclusive", "medium_size_python_tests_a_to_j", "team:core"],
deps = ["//:ray_lib", ":conftest"], deps = ["//:ray_lib", ":conftest"],
) )