Skip to content

Commit

Permalink
[ci] move test_connect_to_cluster to flaky (ray-project#41306)
Browse files Browse the repository at this point in the history
Have seen this test failing/flaky several times since yesterday: https://buildkite.com/ray-project/postmerge/builds/1759#018bf2cf-54e1-4180-8a93-1de10f914633/696-795

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored and pull[bot] committed Jun 17, 2024
1 parent 67a075d commit 2022062
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/ray/tests/test_client_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ def ping(self):
subprocess.check_output("ray stop --force", shell=True)


@pytest.mark.skipif(
skip_flaky_test(), reason="https://github.com/ray-project/ray/issues/38224"
)
def test_connect_to_cluster(ray_start_regular_shared):
server = ray_client_server.serve("localhost:50055")
with ray.client("localhost:50055").connect() as client_context:
Expand Down

0 comments on commit 2022062

Please sign in to comment.