Skip to content

Commit

Permalink
Temporarily skip widget import e2e test (#53226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Aug 2, 2023
1 parent e898601 commit 697d1ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/specs/site-editor/template-part.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ test.describe( 'Template Part', () => {
await expect( paragraph ).toBeVisible();
} );

test( 'can import a widget area into an empty template part', async ( {
// Reason: https://github.com/WordPress/gutenberg/issues/47003.
test.skip( 'can import a widget area into an empty template part', async ( {
admin,
editor,
page,
Expand Down

0 comments on commit 697d1ba

Please sign in to comment.