Remove flake in tests (dns)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-07-24 21:04:23 -04:00
parent 36959a4878
commit aea01f9e17
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -28,5 +28,8 @@ if [ -z "${PKG}" ]; then
exit 1
fi
# enabled to use host dns resolver
export CGO_ENABLED=1
go test -v -race -tags "cgo" \
$(go list "${PKG}/..." | grep -v vendor | grep -v '/test/e2e' | grep -v images | grep -v "docs/examples")