Skip to content

Commit 1c0598a

Browse files
committed
skip helm args tests for windows
1 parent 184db0b commit 1c0598a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/types/helmchartargs_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ import (
88

99
"github.com/stretchr/testify/require"
1010
"sigs.k8s.io/kustomize/api/types"
11+
"sigs.k8s.io/kustomize/kyaml/testutil"
1112
)
1213

1314
func TestAsHelmArgs(t *testing.T) {
15+
// Skip test on Windows due to all scenarios using Unix-style paths
16+
testutil.SkipWindows(t)
1417
t.Run("use generate-name", func(t *testing.T) {
1518
p := types.HelmChart{
1619
Name: "chart-name",

0 commit comments

Comments
 (0)