Files
golang-github-google-contai…/0001-Disable-tests-using-network.patch
2025-01-16 23:54:40 +01:00

16 lines
491 B
Diff

Index: pkg/v1/google/auth_test.go
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/pkg/v1/google/auth_test.go b/pkg/v1/google/auth_test.go
--- a/pkg/v1/google/auth_test.go
+++ b/pkg/v1/google/auth_test.go (date 1722961118000)
@@ -1,4 +1,4 @@
-//go:build !arm64
-// +build !arm64
+//go:build ignore
+// +build ignore
// Copyright 2018 Google LLC All Rights Reserved.