Temporarily disable race detector

This commit is contained in:
Alex Browne 2019-05-06 19:30:48 -04:00 committed by Michiel De Backker
parent 54e81c5b15
commit b10960bfd6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ go:
env:
global:
- GOTFLAGS="-race"
# - GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gomod