diff --git a/GNUmakefile b/GNUmakefile index e388b8b0c8..297eadecda 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -TEST?=$$(go list ./...) +TEST?=$$(go list ./... | grep -v github.com/hashicorp/terraform-provider-google-beta/scripts) WEBSITE_REPO=github.com/hashicorp/terraform-website PKG_NAME=google DIR_NAME=google-beta