File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -419,21 +419,6 @@ var _ = DescribeSanity("Node Service", func(sc *TestContext) {
419
419
Expect (ok ).To (BeTrue ())
420
420
Expect (serverError .Code ()).To (Equal (codes .InvalidArgument ))
421
421
})
422
-
423
- It ("should fail when the volume is missing" , func () {
424
-
425
- _ , err := c .NodeUnpublishVolume (
426
- context .Background (),
427
- & csi.NodeUnpublishVolumeRequest {
428
- VolumeId : sc .Config .IDGen .GenerateUniqueValidVolumeID (),
429
- TargetPath : sc .StagingPath ,
430
- })
431
- Expect (err ).To (HaveOccurred (), "failed to unpublish volume from node" )
432
-
433
- serverError , ok := status .FromError (err )
434
- Expect (ok ).To (BeTrue (), "error from NodeUnpublishVolume is not a gRPC error" )
435
- Expect (serverError .Code ()).To (Equal (codes .NotFound ), "unexpected error code" )
436
- })
437
422
})
438
423
439
424
Describe ("NodeStageVolume" , func () {
You can’t perform that action at this time.
0 commit comments