From 96d4226fd9db72907efe274af4801fcf1cea2054 Mon Sep 17 00:00:00 2001 From: jonjohnsonjr Date: Fri, 8 Jan 2021 14:41:13 -0800 Subject: [PATCH] Temporarily disable gcloud tests for darwin (#909) --- pkg/v1/google/auth_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/v1/google/auth_test.go b/pkg/v1/google/auth_test.go index f66e1cf5a..1de6fa4c0 100644 --- a/pkg/v1/google/auth_test.go +++ b/pkg/v1/google/auth_test.go @@ -1,4 +1,5 @@ // +build !arm64 +// +build !darwin // Copyright 2018 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -56,6 +57,8 @@ const ( // out the gcloud dependency of gcloudSource. The exec package does this, too. // // See: https://www.joeshaw.org/testing-with-os-exec-and-testmain/ +// +// TODO(#908): This doesn't work on arm64 or darwin for some reason. func TestMain(m *testing.M) { switch os.Getenv("GO_TEST_MODE") { case "":