From 192c3f6bc21a4d59c1c2c5d24cf59276cd307e23 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Mon, 18 May 2026 21:25:28 +0100 Subject: [PATCH] XFAIL `test_scheduler_bokeh.py::test_simple` in Windows --- distributed/dashboard/tests/test_scheduler_bokeh.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distributed/dashboard/tests/test_scheduler_bokeh.py b/distributed/dashboard/tests/test_scheduler_bokeh.py index dd8d4cf823..0df37eb1f4 100644 --- a/distributed/dashboard/tests/test_scheduler_bokeh.py +++ b/distributed/dashboard/tests/test_scheduler_bokeh.py @@ -78,6 +78,9 @@ } +@pytest.mark.xfail( + sys.platform == "win32", reason="Very flaky on Windows CI", strict=False +) @gen_cluster(client=True, scheduler_kwargs={"dashboard": True}) async def test_simple(c, s, a, b): port = s.http_server.port