Skip to content

Commit

Permalink
Temporary skip flaky test (#29601)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 authored Mar 8, 2021
1 parent c24576a commit f04f579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/e2e-tests/specs/widgets/adding-widgets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,9 @@ describe( 'Widgets screen', () => {
` );
} );

it( 'Should duplicate the widgets', async () => {
// Disable reason: We temporary skip this test until we can figure out why it fails sometimes.
// eslint-disable-next-line jest/no-disabled-tests
it.skip( 'Should duplicate the widgets', async () => {
let firstWidgetArea = await page.$(
'[aria-label="Block: Widget Area"][role="group"]'
);
Expand Down

0 comments on commit f04f579

Please sign in to comment.