Turns of parallel tests for now.

This commit is contained in:
James Phillips 2017-03-23 21:25:34 -07:00
parent 4e7064023f
commit 9a6dd658a8
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

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}