mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
[serve] Skip test_standalone::test_connect on windows (#14747)
This commit is contained in:
parent
72d87093b9
commit
f2013a0586
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ def test_detached_deployment(ray_cluster):
|
|||
assert ray.get(serve.get_handle("g").remote()) == "world"
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32")
|
||||
@pytest.mark.parametrize("detached", [True, False])
|
||||
def test_connect(detached, ray_shutdown):
|
||||
# Check that you can call serve.connect() from within a backend for both
|
||||
|
|
Loading…
Add table
Reference in a new issue