diff --git a/js/apps/system/aardvark/test/karma/karma.conf.js b/js/apps/system/aardvark/test/karma/karma.conf.js index bc0f3b7d66..fe3af09da7 100644 --- a/js/apps/system/aardvark/test/karma/karma.conf.js +++ b/js/apps/system/aardvark/test/karma/karma.conf.js @@ -45,7 +45,7 @@ module.exports = function(karma) { // enable / disable watching file and executing tests whenever any file changes - autoWatch: true, + autoWatch: false, // Start these browsers, currently available: @@ -64,6 +64,6 @@ module.exports = function(karma) { // Continuous Integration mode // if true, it capture browsers, run tests and exit - singleRun: false + singleRun: true }); };