diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-07-24 10:08:07 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-11 17:00:27 +0200 |
commit | 23f838490f8485a5b5011d77612e6b948a823f73 (patch) | |
tree | a81183570722d5c5bf11801789c538077d9effd4 | |
parent | 634fd37726f753ea9928fb629c6cccec1f9d5885 (diff) |
Run integration tests sequentially.
- Fix for concurrency problems
- Should be re-enabled after migration
-rwxr-xr-x | service/go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." } |