Skip the "should reorder thumbnails after dropping two adjacent pages" integration test

This is a temporary measure to reduce noise until #20814 is fixed.
This commit is contained in:
Tim van der Meij 2026-03-15 15:49:44 +01:00
parent ff1af5a058
commit da1f42c03c
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -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));