[serve] Skip namespace test in test_standalone on windows (#18093)

This commit is contained in:
Edward Oakes 2021-08-26 09:48:30 -05:00 committed by GitHub
parent 34cf5db109
commit 0dd75c2f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,6 +409,7 @@ def test_detached_instance_in_non_anonymous_namespace(ray_shutdown):
serve.start(detached=True)
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows")
@pytest.mark.parametrize("namespace", [None, "test_namespace"])
@pytest.mark.parametrize("detached", [True, False])
def test_serve_controller_namespace(ray_shutdown, namespace: Optional[str],