Skip to content

Commit 26925f9

Browse files
committed
skip exec tests for windows
1 parent 334375a commit 26925f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/internal/plugins/execplugin/execplugin_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"sigs.k8s.io/kustomize/api/resmap"
1919
"sigs.k8s.io/kustomize/api/types"
2020
"sigs.k8s.io/kustomize/kyaml/filesys"
21+
"sigs.k8s.io/kustomize/kyaml/testutil"
2122
)
2223

2324
const (
@@ -27,6 +28,8 @@ const (
2728
)
2829

2930
func TestExecPluginConfig(t *testing.T) {
31+
// Skip this test on Windows.
32+
testutil.SkipWindows(t)
3033
fSys := filesys.MakeFsInMemory()
3134
err := fSys.WriteFile("sed-input.txt", []byte(`
3235
s/$FOO/foo/g

0 commit comments

Comments
 (0)