We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab3ad0 commit cc281a5Copy full SHA for cc281a5
pkg/azurefile/nodeserver_test.go
@@ -347,6 +347,7 @@ func TestNodeUnpublishVolume(t *testing.T) {
347
},
348
setup: func() {
349
if runtime.GOOS == "windows" {
350
+ d.isKataNode = true
351
mockDirectVolume.EXPECT().Remove(errorTarget).Return(nil)
352
}
353
@@ -899,6 +900,7 @@ func TestNodeUnstageVolume(t *testing.T) {
899
900
901
902
903
904
905
906
0 commit comments