Skip to content

Commit

Permalink
enable passing serve tests on windows (ray-project#21107)
Browse files Browse the repository at this point in the history
* enable passing serve tests on windows

* move test_handle to 'medium' and enable'

* move test_cli to 'medium'
  • Loading branch information
mattip authored Dec 16, 2021
1 parent 4dcba1d commit 29965ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions ci/travis/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ test_python() {
python/ray/serve/...
python/ray/tests/...
-python/ray/serve:conda_env # runtime_env unsupported on Windows
-python/ray/serve:test_api # segfault on windows? https://github.com/ray-project/ray/issues/12541
-python/ray/serve:test_cli # cli
-python/ray/serve:test_router # timeout
-python/ray/serve:test_handle # "fatal error" (?) https://github.com/ray-project/ray/pull/13695
-python/ray/serve:test_controller_crashes # timeout
-python/ray/serve:test_standalone # timeout
-python/ray/tests:test_actor_advanced # timeout
-python/ray/tests:test_actor_failures # flaky
-python/ray/tests:test_autoscaler # We don't support Autoscaler on Windows
Expand Down
2 changes: 1 addition & 1 deletion python/ray/serve/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ py_test(

py_test(
name = "test_handle",
size = "small",
size = "medium",
srcs = serve_tests_srcs,
tags = ["exclusive", "team:serve"],
deps = [":serve_lib"],
Expand Down

0 comments on commit 29965ad

Please sign in to comment.