We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184db0b commit 1c0598aCopy full SHA for 1c0598a
api/types/helmchartargs_test.go
@@ -8,9 +8,12 @@ import (
8
9
"github.com/stretchr/testify/require"
10
"sigs.k8s.io/kustomize/api/types"
11
+ "sigs.k8s.io/kustomize/kyaml/testutil"
12
)
13
14
func TestAsHelmArgs(t *testing.T) {
15
+ // Skip test on Windows due to all scenarios using Unix-style paths
16
+ testutil.SkipWindows(t)
17
t.Run("use generate-name", func(t *testing.T) {
18
p := types.HelmChart{
19
Name: "chart-name",
0 commit comments