selenium: Skip flaky test

"Wikitext Editor.Closing editor (overlay button)" is breaking CI in core.

Bug: T313775
Change-Id: I3dd3d196a09d7a62faf78d31239e3c8d00141704
This commit is contained in:
Željko Filipin 2022-12-07 15:47:58 +01:00
parent e842a49c7b
commit da92d66df1

View file

@ -18,7 +18,8 @@ describe( 'Wikitext Editor', () => {
} );
// @smoke
it( 'Closing editor (overlay button)', () => {
// Skipped on 2022-12-07 because of T313775
it.skip( 'Closing editor (overlay button)', () => {
iClickTheEditButton();
iSeeTheWikitextEditorOverlay();
iClickTheOverlayCloseButton();