Skip to content

Commit

Permalink
Temp disable test for Classic Block Media issue (WordPress#65793)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
getdave and t-hamano authored Oct 1, 2024
1 parent 12cd503 commit 8477a61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/specs/editor/blocks/classic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8477a61

Please sign in to comment.