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