From 23f838490f8485a5b5011d77612e6b948a823f73 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Fri, 24 Jul 2015 10:08:07 +0200 Subject: Run integration tests sequentially. - Fix for concurrency problems - Should be re-enabled after migration --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') diff --git a/service/go b/service/go index e7864bdc..e7ba4b65 100755 --- a/service/go +++ b/service/go @@ -37,7 +37,7 @@ function setupjs { function runIntegrationTests { echo "Executing Integration Tests." resolveNumOfCores - trial -j $NUM_OF_CORES --reporter=text $* test.integration + trial --reporter=text $* test.integration echo "Done." } -- cgit v1.2.3