Skip to content

Commit b5dc261

Browse files
committed
skip one Plugin test for windows due to error message is differ
1 parent 62e55d0 commit b5dc261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/konfig/plugins_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ import (
1212
"github.com/stretchr/testify/require"
1313
"sigs.k8s.io/kustomize/api/types"
1414
"sigs.k8s.io/kustomize/kyaml/filesys"
15+
"sigs.k8s.io/kustomize/kyaml/testutil"
1516
)
1617

1718
func TestDefaultAbsPluginHome_NoKustomizePluginHomeEnv(t *testing.T) {
19+
// Skip on Windows because error messages differ
20+
testutil.SkipWindows(t)
1821
fSys := filesys.MakeFsInMemory()
1922
keep, isSet := os.LookupEnv(KustomizePluginHomeEnv)
2023
if isSet {

0 commit comments

Comments
 (0)