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:
MusikAnimal 2024-03-19 22:09:10 -04:00
parent ffa569a472
commit d1863e4d0b

View file

@ -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 () {