Skip to content

Commit

Permalink
test: skip archive ut on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 8, 2023
1 parent f837c6e commit e840b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nfs/controllerserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func TestDeleteVolume(t *testing.T) {
},
{
desc: "Valid request with onDelete:archive",
testOnWindows: true,
testOnWindows: false,
req: &csi.DeleteVolumeRequest{VolumeId: newTestVolumeOnDeleteArchive},
resp: &csi.DeleteVolumeResponse{},
expectedErr: nil,
Expand Down

0 comments on commit e840b5f

Please sign in to comment.