mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix test tags (#26703)
Some tests tags are accidentally changed in #26525
This commit is contained in:
parent
8284270bfb
commit
28d677cf0b
1 changed files with 2 additions and 2 deletions
|
@ -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"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue