From: Adam Wight Date: Mon, 20 May 2019 12:03:16 +0000 (+0200) Subject: Exclude FileImporter browser tests X-Git-Tag: 1.34.0-rc.0~1634^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=878f2fd9c4571c7a0fe755cc32ea70615694ec3b;p=lhc%2Fweb%2Fwiklou.git 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 --- 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' ) ],