Skip to content

Commit 40b400a

Browse files
nearora-msftk8s-infra-cherrypick-robot
authored andcommitted
test: skip the TestChmodIfPermissionMismatch test for windows
1 parent a1d1768 commit 40b400a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/azurefile/utils_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ func TestConvertTagsToMap(t *testing.T) {
432432
}
433433

434434
func TestChmodIfPermissionMismatch(t *testing.T) {
435+
skipIfTestingOnWindows(t)
435436
permissionMatchingPath, _ := getWorkDirPath("permissionMatchingPath")
436437
_ = makeDir(permissionMatchingPath, 0755)
437438
defer os.RemoveAll(permissionMatchingPath)

0 commit comments

Comments
 (0)