Skip to content

Commit 64df232

Browse files
committed
disable repospec_test.go for windows due to a huge amount of errors
1 parent 33280d5 commit 64df232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/internal/git/repospec_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Copyright 2019 The Kubernetes Authors.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
//go:build !windows
5+
// +build !windows
6+
47
package git
58

69
import (

0 commit comments

Comments
 (0)