From e62238839d49ae79a21e47bc10989362481b567a Mon Sep 17 00:00:00 2001 From: Manan Date: Fri, 24 May 2013 12:16:50 +0530 Subject: [PATCH] |#0|Removing max parallel forks and fork every from /build.gradle file. --- build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 770f0e2b88..76ba975615 100644 --- a/build.gradle +++ b/build.gradle @@ -61,13 +61,8 @@ subprojects { systemProperties System.properties useJUnit { includeCategories 'org.openlmis.db.categories.UnitTests' + includeCategories 'org.openlmis.db.categories.IntegrationTests' } - forkEvery = 5 - maxParallelForks = 25 - } - - test.doLast { - tasks.IntegrationTests.execute() } task IntegrationTests(type: Test) {