[Serve] Fix typo language (#23213)

This commit is contained in:
shrekris-anyscale 2022-03-16 10:14:44 -07:00 committed by GitHub
parent 34ebb3409e
commit 56ddea85a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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