Merge "Replace very trivial mock builders with createMock()"
[lhc/web/wiklou.git] / 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' )
        ],