Skip to content

Commit fba6a25

Browse files
committed
new changes
1 parent d6f3862 commit fba6a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/csi_snapshot_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func deleteVolumeSnapshot(ctx context.Context, snapc *snapclient.Clientset, name
349349
}
350350
snapshotContentCreated := false
351351

352-
if performCnsQueryVolumeSnapshot {
352+
if performCnsQueryVolumeSnapshot && !latebinding {
353353
framework.Logf("Verify snapshot entry %v is deleted from CNS for volume %v", snapshotID, volHandle)
354354
err = waitForCNSSnapshotToBeDeleted(volHandle, snapshotID)
355355
if err != nil {

0 commit comments

Comments
 (0)