diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index 42606147d..bdf63d925 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -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 diff --git a/python/ray/serve/BUILD b/python/ray/serve/BUILD index c4abbb5b4..a8b5db3dd 100644 --- a/python/ray/serve/BUILD +++ b/python/ray/serve/BUILD @@ -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"], diff --git a/python/ray/serve/tests/test_cross_langauge.py b/python/ray/serve/tests/test_cross_language.py similarity index 100% rename from python/ray/serve/tests/test_cross_langauge.py rename to python/ray/serve/tests/test_cross_language.py