From: jenkins-bot Date: Mon, 5 Aug 2019 15:19:01 +0000 (+0000) Subject: Merge "Remove old comment and unused setting" X-Git-Tag: 1.34.0-rc.0~789 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=eb833685de76cb23631b59bf7e16efdcbd5e0d6d;hp=04052920e992bd32115b9e16ccc8feeac7b8f5dc;p=lhc%2Fweb%2Fwiklou.git Merge "Remove old comment and unused setting" --- diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index 8c956c7771..662224ce1b 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -52,15 +52,11 @@ exports.config = { // ================== // Test Files - // FIXME: The non-core patterns to be removed once T199116 is fixed. // ================== specs: [ relPath( './tests/selenium/wdio-mediawiki/specs/*.js' ), relPath( './tests/selenium/specs/**/*.js' ) ], - // Patterns to exclude - exclude: [ - ], // ============ // Capabilities