Skip to content

Commit

Permalink
Mobile - Disable Slash inserter E2E (#33197)
Browse files Browse the repository at this point in the history
* Mobile - Disable Slash inserter e2e due to flakiness until we get them to be more stable

* Add issue to track it
  • Loading branch information
geriux committed Jul 6, 2021
1 parent cc6a6b6 commit 4daffe9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ async function assertSlashInserterPresent( checkIsVisible ) {
}
}

describe( 'Gutenberg Editor Slash Inserter tests', () => {
// Due to flakiness, disabling until its more stable
// https://github.com/wordpress-mobile/gutenberg-mobile/issues/3699
// eslint-disable-next-line jest/no-disabled-tests
describe.skip( 'Gutenberg Editor Slash Inserter tests', () => {
it( 'should show the menu after typing /', async () => {
await editorPage.addNewBlock( blockNames.paragraph );
const paragraphBlockElement = await editorPage.getBlockAtPosition(
Expand Down

0 comments on commit 4daffe9

Please sign in to comment.