mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 13:56:44 +00:00
tests: disable flaky CM5 bracket matching test for 2017 editor
This legacy CM5 test has always been flaky and is now consistently failing. It can be reinstated with T357482, or not at all, seeing as bracket matching is a core extension in CodeMirror 6 and probably doesn't need a dedicated test on top of what's upstream. Change-Id: I77362c1c47be902cc888682aae926154470f1a56
This commit is contained in:
parent
ffa569a472
commit
d1863e4d0b
|
@ -7,7 +7,8 @@ const assert = require( 'assert' ),
|
|||
UserPreferences = require( '../userpreferences' ),
|
||||
Util = require( 'wdio-mediawiki/Util' );
|
||||
|
||||
describe( 'CodeMirror bracket match highlighting for the wikitext 2017 editor', function () {
|
||||
// Disable as test is consistently failing on CI.
|
||||
describe.skip( 'CodeMirror bracket match highlighting for the wikitext 2017 editor', function () {
|
||||
let title;
|
||||
|
||||
before( async function () {
|
||||
|
|
Loading…
Reference in a new issue