From 0b032e0509916818b1ecfb5533c1a77b9d78939f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 7 May 2019 01:48:50 +0100 Subject: [PATCH] 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 --- tests/selenium/wdio.conf.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' ) ], // ============ -- 2.20.1