mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
Merge "selenium: Document when, how and why a test is skipped"
This commit is contained in:
commit
0b52e3b125
|
@ -7,6 +7,7 @@ const assert = require( 'assert' ),
|
|||
UserPreferences = require( '../userpreferences' ),
|
||||
Util = require( 'wdio-mediawiki/Util' );
|
||||
|
||||
// Skipped on 2024-03-20 in 1012801
|
||||
// Disable as test is consistently failing on CI.
|
||||
describe.skip( 'CodeMirror bracket match highlighting for the wikitext 2017 editor', () => {
|
||||
let title;
|
||||
|
|
Loading…
Reference in a new issue