Skip to content

Commit da1f42c

Browse files
committed
Skip the "should reorder thumbnails after dropping two adjacent pages" integration test
This is a temporary measure to reduce noise until #20814 is fixed.
1 parent ff1af5a commit da1f42c

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
@@ -258,6 +258,8 @@ describe("Reorganize Pages View", () => {
258258
it("should reorder thumbnails after dropping two adjacent pages", async () => {
259259
await Promise.all(
260260
pages.map(async ([browserName, page]) => {
261+
pending("Fails consistently (issue #20814).");
262+
261263
await waitForThumbnailVisible(page, 1);
262264
const rect2 = await getRect(page, getThumbnailSelector(2));
263265
const rect4 = await getRect(page, getThumbnailSelector(4));

0 commit comments

Comments
 (0)