mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Unskipped test_reconfigure_with_exception
& test_deploy_handle_validation
(#21374)
These two tests pass without issues on my Windows machine. Rest time out or fail.
This commit is contained in:
parent
3632494ce0
commit
819e034023
1 changed files with 0 additions and 2 deletions
|
@ -252,7 +252,6 @@ def test_config_change(serve_instance, use_handle):
|
|||
assert val5 == "4"
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
||||
def test_reconfigure_with_exception(serve_instance):
|
||||
@serve.deployment
|
||||
class A:
|
||||
|
@ -703,7 +702,6 @@ def test_redeploy_scale_up(serve_instance, use_handle):
|
|||
assert all(pid not in pids1 for pid in responses2["2"])
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
||||
def test_deploy_handle_validation(serve_instance):
|
||||
@serve.deployment
|
||||
class A:
|
||||
|
|
Loading…
Add table
Reference in a new issue