Skip to content

Commit

Permalink
Fix test tags (ray-project#26703)
Browse files Browse the repository at this point in the history
Some tests tags are accidentally changed in ray-project#26525

Signed-off-by: Stefan van der Kleij <[email protected]>
  • Loading branch information
jjyao authored and Stefan van der Kleij committed Aug 18, 2022
1 parent c1c78a9 commit a771aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ray/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

Expand All @@ -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"],
)

Expand Down

0 comments on commit a771aa4

Please sign in to comment.