From a771aa40bb72c4bd705f2894aedaf5b6463535bf Mon Sep 17 00:00:00 2001 From: Jiajun Yao Date: Tue, 19 Jul 2022 00:11:02 -0700 Subject: [PATCH] Fix test tags (#26703) Some tests tags are accidentally changed in #26525 Signed-off-by: Stefan van der Kleij --- python/ray/tests/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ray/tests/BUILD b/python/ray/tests/BUILD index 9699c2478a80..66648326672c 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -71,7 +71,7 @@ py_test_module_list( "test_protobuf_compatibility.py" ], size = "medium", - tags = ["exclusive", "client_tests", "team:serverless"], + tags = ["exclusive", "medium_size_python_tests_a_to_j", "team:core"], deps = ["//:ray_lib", ":conftest"], ) @@ -80,7 +80,7 @@ py_test( srcs = ["test_joblib.py"], data = ["mnist_784_100_samples.pkl"], size = "medium", - tags = ["exclusive", "client_tests", "team:serverless"], + tags = ["exclusive", "medium_size_python_tests_a_to_j", "team:core"], deps = ["//:ray_lib", ":conftest"], )