Skip to content

Commit

Permalink
Temporarily disable gcloud tests for darwin (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Jan 8, 2021
1 parent 7682012 commit 96d4226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/v1/google/auth_test.go
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -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 "":
Expand Down

0 comments on commit 96d4226

Please sign in to comment.