Skip to content

Commit

Permalink
test flatten on normal snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith R <[email protected]>
  • Loading branch information
Rakshith-R committed Nov 26, 2024
1 parent 5edecc9 commit b41a344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/rbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b41a344

Please sign in to comment.