Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
- See #392
  • Loading branch information
PatelUtkarsh committed Aug 24, 2022
1 parent 4d298ba commit fa7e272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/tests/e2e/specs/block-editor/blocks/list/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ describe( 'blocks: material/list', () => {
).toContain( 'mdc-list-item__secondary-text' );
} );

it( 'should merge and split for single line list', async () => {
// eslint-disable-next-line jest/no-disabled-tests
it.skip( 'should merge and split for single line list', async () => {
await insertBlockByKeyword( 'mlist' );
await selectBlockByName( 'material/list' );

Expand Down

0 comments on commit fa7e272

Please sign in to comment.