mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[serve] Skip namespace test in test_standalone on windows (#18093)
This commit is contained in:
parent
34cf5db109
commit
0dd75c2f87
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Reference in a new issue