mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[Serve] Fix typo language
(#23213)
This commit is contained in:
parent
34ebb3409e
commit
56ddea85a1
3 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ test_python() {
|
|||
python/ray/serve/...
|
||||
python/ray/tests/...
|
||||
-python/ray/serve:conda_env # pip field in runtime_env not supported
|
||||
-python/ray/serve:test_cross_langauge # Ray java not built on Windows yet.
|
||||
-python/ray/serve:test_cross_language # Ray java not built on Windows yet.
|
||||
-python/ray/tests:test_actor_advanced # crashes in shutdown
|
||||
-python/ray/tests:test_autoscaler # We don't support Autoscaler on Windows
|
||||
-python/ray/tests:test_autoscaler_aws
|
||||
|
|
|
@ -308,7 +308,7 @@ py_test(
|
|||
)
|
||||
|
||||
py_test(
|
||||
name = "test_cross_langauge",
|
||||
name = "test_cross_language",
|
||||
size = "medium",
|
||||
srcs = serve_tests_srcs,
|
||||
tags = ["exclusive", "team:serve"],
|
||||
|
|
Loading…
Add table
Reference in a new issue