Skip to content

Commit 92c6876

Browse files
committed
e2e: skip creating the snapshotclass
dont create snapshotclass for rbd. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 28f78a0 commit 92c6876

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

e2e/rbd.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6695,10 +6695,6 @@ var _ = Describe("RBD", func() {
66956695
validateRBDImageCount(f, 1, defaultRBDPool)
66966696

66976697
// Create snapshot for cloning
6698-
err = createRBDSnapshotClass(f)
6699-
if err != nil {
6700-
logAndFail("failed to create snapshot class for ROX: %v", err)
6701-
}
67026698
snapROX := getSnapshot(snapshotPath)
67036699
snapROX.Namespace = f.UniqueName
67046700
snapROX.Spec.Source.PersistentVolumeClaimName = &pvcROXParent.Name

0 commit comments

Comments
 (0)