diff --git a/test/integration/highlight_editor_spec.mjs b/test/integration/highlight_editor_spec.mjs index 2c4dd0f6c..c23f9999a 100644 --- a/test/integration/highlight_editor_spec.mjs +++ b/test/integration/highlight_editor_spec.mjs @@ -1853,6 +1853,12 @@ describe("Highlight Editor", () => { it("must check that an existing highlight is ignored on hovering", async () => { await Promise.all( pages.map(async ([browserName, page]) => { + if (navigator.platform.includes("Win")) { + // Skip the test on Windows because it permafails. + // TODO: Remove this check once #20136 is fixed. + return; + } + await switchToHighlight(page); const rect = await getSpanRectFromText(