Skip to content

Commit

Permalink
Skip failing image caption caret e2e test (#32847)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Jun 22, 2021
1 parent 41ad459 commit 0346f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/editor/blocks/image.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe( 'Image', () => {
expect( await getEditedPostContent() ).toBe( '' );
} );

it( 'should place caret at end of caption after merging empty paragraph', async () => {
it.skip( 'should place caret at end of caption after merging empty paragraph', async () => {
await insertBlock( 'Image' );
const fileName = await upload( '.wp-block-image input[type="file"]' );
await waitForImage( fileName );
Expand Down

0 comments on commit 0346f75

Please sign in to comment.