Turns of parallel tests for now.

This commit is contained in:
James Phillips 2017-03-23 21:25:34 -07:00
parent 55b4446fbb
commit 74c500473d
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -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}