From 9a6dd658a829659f6f585261cf8a1a615302c36a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 23 Mar 2017 21:25:34 -0700 Subject: [PATCH] Turns of parallel tests for now. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index fe1fac56000e..241d64da01af 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -21,4 +21,4 @@ fi # Run the tests echo "--> Running tests" -go test -timeout=360s -parallel=20 -tags="${GOTAGS}" ${GOFILES} ${TESTARGS} +go test -timeout=360s -tags="${GOTAGS}" ${GOFILES} ${TESTARGS}