Merge "selenium: Document when, how and why a test is skipped"

This commit is contained in:
jenkins-bot 2024-08-21 09:57:58 +00:00 committed by Gerrit Code Review
commit 0b52e3b125

View file

@ -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;