]> source.dussan.org Git - sonarqube.git/commitdiff
disable parallel execution of web tests with coverage
authorStas Vilchik <vilchiks@gmail.com>
Thu, 12 Mar 2015 15:49:59 +0000 (16:49 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 12 Mar 2015 15:49:59 +0000 (16:49 +0100)
server/sonar-web/Gruntfile.coffee

index 2d86badbb5bb0d00c5fcf5bc720684d235df929b..521c2140d900f9b47a08c32958c5896d6736d2d9 100644 (file)
@@ -358,7 +358,6 @@ module.exports = (grunt) ->
           'no-colors': true
           'fail-fast': true
           concise: true
-          parallel: true
           port: expressPort
         src: ['src/test/js/**/*.js']
       testCoverageLight: