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 a1d1768 commit 40b400aCopy full SHA for 40b400a
pkg/azurefile/utils_test.go
@@ -432,6 +432,7 @@ func TestConvertTagsToMap(t *testing.T) {
432
}
433
434
func TestChmodIfPermissionMismatch(t *testing.T) {
435
+ skipIfTestingOnWindows(t)
436
permissionMatchingPath, _ := getWorkDirPath("permissionMatchingPath")
437
_ = makeDir(permissionMatchingPath, 0755)
438
defer os.RemoveAll(permissionMatchingPath)
0 commit comments