From: Timo Tijhof Date: Tue, 7 May 2019 00:48:50 +0000 (+0100) Subject: selenium: Disable Minerva wdio tests X-Git-Tag: 1.34.0-rc.0~1775^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=0b032e0509916818b1ecfb5533c1a77b9d78939f;p=lhc%2Fweb%2Fwiklou.git selenium: Disable Minerva wdio tests To match the Minerva repo per I3a48ecb768a, currently requires duplication of logic here because Quibble ignores per-repo settings (tracked as T199116). Bug: T222517 Change-Id: I857458c4fd9185dea03566183f40216252c533cd --- diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index bdabdbfdb3..5b4a9d5226 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -52,6 +52,7 @@ exports.config = { // ================== // Test Files + // FIXME: The non-core patterns to be removed once T199116 is fixed. // ================== specs: [ relPath( './tests/selenium/wdio-mediawiki/specs/*.js' ), @@ -63,7 +64,9 @@ exports.config = { ], // Patterns to exclude exclude: [ - relPath( './extensions/CirrusSearch/tests/selenium/specs/**/*.js' ) + relPath( './extensions/CirrusSearch/tests/selenium/specs/**/*.js' ), + // Disabled per T222517 + relPath( './skins/MinervaNeue/tests/selenium/specs/**/*.js' ) ], // ============