Exclude FileImporter browser tests
authorAdam Wight <adam.wight@wikimedia.de>
Mon, 20 May 2019 12:03:16 +0000 (14:03 +0200)
committerAdam Wight <adam.wight@wikimedia.de>
Mon, 20 May 2019 12:03:16 +0000 (14:03 +0200)
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

index 5b4a9d5..56e4934 100644 (file)
@@ -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' )
        ],