Merge pull request #20880 from timvandermeij/disable-reorder-test

Skip the "should reorder thumbnails after dropping two adjacent pages" integration test
This commit is contained in:
Tim van der Meij 2026-03-20 20:13:36 +01:00 committed by GitHub
commit 0dd1556f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,6 +261,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));