Skip to content

Commit

Permalink
Skip flaky image block test (#36446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and noisysocks committed Nov 15, 2021
1 parent b07aaa7 commit 6d7e3ca
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 @@ -74,7 +74,7 @@ describe( 'Image', () => {
expect( await getEditedPostContent() ).toMatch( regex );
} );

it( 'should replace, reset size, and keep selection', async () => {
it.skip( 'should replace, reset size, and keep selection', async () => {
await insertBlock( 'Image' );
const filename1 = await upload( '.wp-block-image input[type="file"]' );
await waitForImage( filename1 );
Expand Down

0 comments on commit 6d7e3ca

Please sign in to comment.