From 6ae3f3958cb29ccfb91254d2dca8679e01612517 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Thu, 6 Nov 2014 13:41:48 +0000 Subject: [PATCH] Made karma.conf again jenkins compatible --- js/apps/system/aardvark/test/karma/karma.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); };