Skip to content
Merged
Changes from all commits
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
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