Unskip test_standalone from ci.sh (#21235)

This commit is contained in:
Gagandeep Singh 2021-12-25 13:51:58 +05:30 committed by GitHub
parent 0d537c5d70
commit c5c5fec22b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -145,7 +145,6 @@ def test_connect(detached, ray_shutdown):
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):
@ -360,7 +359,6 @@ def test_no_http(ray_shutdown):
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)