From b41a34453e047b63a793bf308a01f9d08b8fbf52 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Tue, 26 Nov 2024 15:01:55 +0530 Subject: [PATCH] test flatten on normal snapshot Signed-off-by: Rakshith R --- e2e/rbd.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/rbd.go b/e2e/rbd.go index 6edbfe57607..6900c72a03f 100644 --- a/e2e/rbd.go +++ b/e2e/rbd.go @@ -93,7 +93,7 @@ var ( snapshotPath = rbdExamplePath + "snapshot.yaml" deployFSAppPath = e2eTemplatesPath + "rbd-fs-deployment.yaml" deployBlockAppPath = e2eTemplatesPath + "rbd-block-deployment.yaml" - defaultCloneCount = 3 // TODO: set to 10 once issues#2327 is fixed + defaultCloneCount = 5 // TODO: set to 10 once issues#2327 is fixed nbdMapOptions = "nbd:debug-rbd=20" e2eDefaultCephLogStrategy = "preserve" @@ -4857,6 +4857,7 @@ var _ = Describe("RBD", func() { }) By("test volumeGroupSnapshot", func() { + Skip("skip to test flatten on normal snapshots") supported, err := librbdSupportsVolumeGroupSnapshot(f) if err != nil { framework.Failf("failed to check for VolumeGroupSnapshot support: %v", err)