Skip to content

Commit

Permalink
Skipping more e2e tests (#33353)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jul 13, 2021
1 parent b2a5a81 commit 6cb0c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe( 'Inserting blocks', () => {
return page.mouse.click( x, y );
}

it( 'Should insert content using the placeholder and the regular inserter', async () => {
it.skip( 'Should insert content using the placeholder and the regular inserter', async () => {
// This ensures the editor is loaded in navigation mode.
await page.reload();
await page.waitForSelector( '.edit-post-layout' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe( 'Post Editor Template mode', () => {
);
} );

it( 'Allow creating custom block templates in classic themes', async () => {
it.skip( 'Allow creating custom block templates in classic themes', async () => {
await activateTheme( 'twentytwentyone' );
await createNewPost();
// Create a random post.
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/widgets/editing-widgets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe( 'Widgets screen', () => {
` );
} );

it( 'Should insert content using the inline inserter', async () => {
it.skip( 'Should insert content using the inline inserter', async () => {
const [ firstWidgetArea ] = await findAll( {
role: 'group',
name: 'Block: Widget Area',
Expand Down

0 comments on commit 6cb0c92

Please sign in to comment.