Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip unstable e2e tests (#33352)
  • Loading branch information
youknowriad committed Jul 12, 2021
commit 0365552dec4a7c6075b1b37c7ed1464bd4329866
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