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

Bug: T280652
Change-Id: I065c6ff4f50626904fde2d3e676c4b71d62c43e0
This commit is contained in:
John Bolorinos 2024-07-15 14:39:15 +02:00
parent a1770cb3e8
commit 608c799aa8

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;