diff --git a/tests/javascript/karma.conf.js b/tests/javascript/karma.conf.js index d1e39240d41a4..60604304017ea 100644 --- a/tests/javascript/karma.conf.js +++ b/tests/javascript/karma.conf.js @@ -61,6 +61,9 @@ module.exports = function (config) { // if true, Karma captures browsers, runs the tests and exits singleRun: false, + // Currently we have no tests as we've moved switcher away. Once we add tests change this back to true + failOnEmptyTestSuite: false, + // list of plugins plugins: [ 'karma-fixture',