From 878f2fd9c4571c7a0fe755cc32ea70615694ec3b Mon Sep 17 00:00:00 2001 From: Adam Wight Date: Mon, 20 May 2019 14:03:16 +0200 Subject: [PATCH] Exclude FileImporter browser tests These test must be run from the extension's repo, because they use a custom script to modify LocalSettings.php. Bug: T190829 Change-Id: I920c7faa3ce91f1560f383575aa6a6adfcadd9c7 --- tests/selenium/wdio.conf.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index 5b4a9d5226..56e4934b7c 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -65,6 +65,8 @@ exports.config = { // Patterns to exclude exclude: [ relPath( './extensions/CirrusSearch/tests/selenium/specs/**/*.js' ), + // Disabled because these tests modify LocalSettings.php, see T199116 for the long-term fix. + relPath( './extensions/FileImporter/tests/selenium/specs/**/*.js' ), // Disabled per T222517 relPath( './skins/MinervaNeue/tests/selenium/specs/**/*.js' ) ], -- 2.20.1