Skip to content

Commit

Permalink
Unskip test_standalone from ci.sh (ray-project#21235)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 authored Dec 25, 2021
1 parent 0d537c5 commit c5c5fec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci/travis/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ test_python() {
args+=(
python/ray/serve/...
python/ray/tests/...
-python/ray/serve:test_standalone # timeout
-python/ray/serve:conda_env # runtime_env unsupported on Windows
-python/ray/tests:test_actor_advanced # timeout
-python/ray/tests:test_actor_failures # flaky
Expand Down
2 changes: 0 additions & 2 deletions python/ray/serve/tests/test_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def connect_in_deployment(*args):
assert "deployment-ception" in serve.list_deployments()


@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows")
@pytest.mark.parametrize("controller_cpu", [True, False])
@pytest.mark.parametrize("num_proxy_cpus", [0, 1, 2])
def test_dedicated_cpu(controller_cpu, num_proxy_cpus, ray_cluster):
Expand Down Expand Up @@ -360,7 +359,6 @@ def hello(*args):
serve.shutdown()


@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows")
def test_http_head_only(ray_cluster):
cluster = ray_cluster
head_node = cluster.add_node(num_cpus=4)
Expand Down

0 comments on commit c5c5fec

Please sign in to comment.