[serve] Skip test_standalone::test_connect on windows (#14747)

This commit is contained in:
Edward Oakes 2021-03-17 15:50:34 -05:00 committed by GitHub
parent 72d87093b9
commit f2013a0586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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