Skip to content

Commit

Permalink
Skip unstable e2e tests (#33352)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jul 12, 2021
1 parent 98de9a2 commit 0365552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe( 'Multi-entity save flow', () => {
expect( multiSaveButton ).toBeNull();
};

it( 'Save flow should work as expected.', async () => {
it.skip( 'Save flow should work as expected.', async () => {
await createNewPost();
// Edit the page some.
await page.click( '.editor-post-title' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe( 'Widgets Customizer', () => {
);
} );

it( 'should open the inspector panel', async () => {
it.skip( 'should open the inspector panel', async () => {
const widgetsPanel = await find( {
role: 'heading',
name: /Widgets/,
Expand Down

0 comments on commit 0365552

Please sign in to comment.