Skip to content

Commit e840b5f

Browse files
committed
test: skip archive ut on Windows
1 parent f837c6e commit e840b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nfs/controllerserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func TestDeleteVolume(t *testing.T) {
290290
},
291291
{
292292
desc: "Valid request with onDelete:archive",
293-
testOnWindows: true,
293+
testOnWindows: false,
294294
req: &csi.DeleteVolumeRequest{VolumeId: newTestVolumeOnDeleteArchive},
295295
resp: &csi.DeleteVolumeResponse{},
296296
expectedErr: nil,

0 commit comments

Comments
 (0)