From 8477a6184055c3c8a62c77af354826645dcaf351 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Tue, 1 Oct 2024 16:28:08 +0100 Subject: [PATCH] Temp disable test for Classic Block Media issue (#65793) * Temp disable test * Sounds good. Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --- test/e2e/specs/editor/blocks/classic.spec.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/e2e/specs/editor/blocks/classic.spec.js b/test/e2e/specs/editor/blocks/classic.spec.js index 95d39906b0d8b..6896433a3575e 100644 --- a/test/e2e/specs/editor/blocks/classic.spec.js +++ b/test/e2e/specs/editor/blocks/classic.spec.js @@ -39,7 +39,10 @@ test.describe( 'Classic', () => { await expect.poll( editor.getEditedPostContent ).toBe( 'test' ); } ); - test( 'should insert media, convert to blocks, and undo in one step', async ( { + // Reinitiate once this ticket is fixed: + // https://core.trac.wordpress.org/ticket/60666 + // eslint-disable-next-line playwright/no-skipped-test + test.skip( 'should insert media, convert to blocks, and undo in one step', async ( { editor, mediaUtils, page,