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:
Gagandeep Singh 2022-01-05 02:28:11 +05:30 committed by GitHub
parent 3632494ce0
commit 819e034023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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