From da1f42c03c899f97651e987e3379d0a427dd4c0c Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 15 Mar 2026 15:49:44 +0100 Subject: [PATCH] Skip the "should reorder thumbnails after dropping two adjacent pages" integration test This is a temporary measure to reduce noise until #20814 is fixed. --- test/integration/reorganize_pages_spec.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/reorganize_pages_spec.mjs b/test/integration/reorganize_pages_spec.mjs index 2ee980053..965f042c0 100644 --- a/test/integration/reorganize_pages_spec.mjs +++ b/test/integration/reorganize_pages_spec.mjs @@ -258,6 +258,8 @@ describe("Reorganize Pages View", () => { it("should reorder thumbnails after dropping two adjacent pages", async () => { await Promise.all( pages.map(async ([browserName, page]) => { + pending("Fails consistently (issue #20814)."); + await waitForThumbnailVisible(page, 1); const rect2 = await getRect(page, getThumbnailSelector(2)); const rect4 = await getRect(page, getThumbnailSelector(4));