Skip to content

Commit c1df831

Browse files
committed
disable exec plugin tests for windows:
1 parent d1ffaeb commit c1df831

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/krusty/fnplugin_test.go

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

4+
// all tests are only for posix-OS
5+
//go:build !windows
6+
// +build !windows
7+
48
package krusty_test
59

610
import (

0 commit comments

Comments
 (0)