Skip to content

Commit 7991075

Browse files
authored
Merge pull request #2134 from k8s-infra-cherrypick-robot/cherry-pick-2132-to-release-1.29
[release-1.29] test: run windows ut with host process enabled
2 parents f18d6f8 + 1e4691b commit 7991075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile/fake_mounter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (f *fakeMounter) IsMountPoint(file string) (bool, error) {
7474
// NewFakeMounter fake mounter
7575
func NewFakeMounter() (*mount.SafeFormatAndMount, error) {
7676
if runtime.GOOS == "windows" {
77-
return mounter.NewSafeMounter(false)
77+
return mounter.NewSafeMounter(true)
7878
}
7979
return &mount.SafeFormatAndMount{
8080
Interface: &fakeMounter{},

0 commit comments

Comments
 (0)