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 d0ca54c commit faf6787Copy full SHA for faf6787
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