We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68399a5 commit 1103bd1Copy full SHA for 1103bd1
python/ray/serve/tests/test_metrics.py
@@ -587,6 +587,7 @@ def f(*args):
587
print("serve_grpc_request_latency_ms_sum working as expected.")
588
589
590
+@pytest.mark.skipif(sys.platform == "win32", reason="Flaky on Windows")
591
def test_proxy_metrics_http_status_code_is_error(serve_start_shutdown):
592
"""Verify that 2xx and 3xx status codes aren't errors, others are."""
593
@@ -1387,6 +1388,7 @@ async def __call__(self):
1387
1388
self.verify_metrics(histogram_metrics[0], expected_metrics)
1389
1390
1391
1392
def test_multiplexed_metrics(serve_start_shutdown):
1393
"""Tests multiplexed API corresponding metrics."""
1394
0 commit comments