From: Ċ½eljko Filipin Date: Tue, 20 Mar 2018 17:54:53 +0000 (+0100) Subject: Selenium: Do not run CirrusSearch smoke tests in Jenkins X-Git-Tag: 1.31.0-rc.0~329^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=d197371a0adda22a70acad8cf99727dd4d854346;p=lhc%2Fweb%2Fwiklou.git Selenium: Do not run CirrusSearch smoke tests in Jenkins Bug: T190039 Change-Id: I3b6ce071ce69ef3d6ea719d875428422f9ad7e6d Depends-On: Ic69be92c2b0b7a08a9b8cc417a40ebb38f249ea3 --- diff --git a/tests/selenium/wdio.conf.jenkins.js b/tests/selenium/wdio.conf.jenkins.js index 26881ebbbf..de2b738e28 100644 --- a/tests/selenium/wdio.conf.jenkins.js +++ b/tests/selenium/wdio.conf.jenkins.js @@ -14,7 +14,9 @@ exports.config = merge( wdioConf.config, { process.env.MEDIAWIKI_PASSWORD, screenshotPath: '../log/', baseUrl: process.env.MW_SERVER + process.env.MW_SCRIPT_PATH, - + exclude: [ + './extensions/CirrusSearch/tests/selenium/specs/**/*.js' + ], reporters: [ 'spec', 'junit' ], reporterOptions: { junit: {