e2e: remove extra check for snapshot count

snapshot count validation has already done after the deletion
of snapshot

Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
riya-singhal31 2023-04-04 18:06:07 +05:30 committed by mergify[bot]
parent e8d6dc9fab
commit 6f54b88b26

View File

@ -1944,8 +1944,6 @@ var _ = Describe(cephfsType, func() {
framework.Failf("failed to delete PVC or application: %v", err) framework.Failf("failed to delete PVC or application: %v", err)
} }
validateCephFSSnapshotCount(f, 0, subvolumegroup, pv)
err = deletePVCAndApp("", f, pvc, app) err = deletePVCAndApp("", f, pvc, app)
if err != nil { if err != nil {
framework.Failf("failed to delete PVC or application: %v", err) framework.Failf("failed to delete PVC or application: %v", err)