Remove flake in tests (dns)
This commit is contained in:
parent
36959a4878
commit
aea01f9e17
1 changed files with 3 additions and 0 deletions
|
@ -28,5 +28,8 @@ if [ -z "${PKG}" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# enabled to use host dns resolver
|
||||||
|
export CGO_ENABLED=1
|
||||||
|
|
||||||
go test -v -race -tags "cgo" \
|
go test -v -race -tags "cgo" \
|
||||||
$(go list "${PKG}/..." | grep -v vendor | grep -v '/test/e2e' | grep -v images | grep -v "docs/examples")
|
$(go list "${PKG}/..." | grep -v vendor | grep -v '/test/e2e' | grep -v images | grep -v "docs/examples")
|
||||||
|
|
Loading…
Reference in a new issue