Skip to content

Commit 0dd1556

Browse files
Merge pull request #20880 from timvandermeij/disable-reorder-test
Skip the "should reorder thumbnails after dropping two adjacent pages" integration test
2 parents 977e4f2 + da1f42c commit 0dd1556

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/integration/reorganize_pages_spec.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ describe("Reorganize Pages View", () => {
261261
it("should reorder thumbnails after dropping two adjacent pages", async () => {
262262
await Promise.all(
263263
pages.map(async ([browserName, page]) => {
264+
pending("Fails consistently (issue #20814).");
265+
264266
await waitForThumbnailVisible(page, 1);
265267
const rect2 = await getRect(page, getThumbnailSelector(2));
266268
const rect4 = await getRect(page, getThumbnailSelector(4));

0 commit comments

Comments
 (0)