Use a single thread because NetworkUtils.freePort()

is not thread safe
This commit is contained in:
David Gageot 2015-09-11 10:01:09 +02:00
parent c1c0835da2
commit 9d28924a70

View File

@ -70,7 +70,7 @@ ITS)
CATEGORY1=${CATEGORIES[0]:-'NONE'}
CATEGORY2=${CATEGORIES[1]:-'NONE'}
mvn install -Pit,dev -DskipTests -Dcategory1="$CATEGORY1" -Dcategory2="$CATEGORY2" -Dmaven.test.redirectTestOutputToFile=false -e -T2 -Dsource.skip=true
mvn install -Pit,dev -DskipTests -Dcategory1="$CATEGORY1" -Dcategory2="$CATEGORY2" -Dmaven.test.redirectTestOutputToFile=false -e -Dsource.skip=true
fi
;;