File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,18 @@ package storage
2020
2121import (
2222 "k8s.io/kubernetes/test/e2e/framework"
23- "k8s.io/kubernetes/test/e2e/storage/drivers"
2423 storageframework "k8s.io/kubernetes/test/e2e/storage/framework"
2524 "k8s.io/kubernetes/test/e2e/storage/testsuites"
2625 "k8s.io/kubernetes/test/e2e/storage/utils"
2726)
2827
2928// List of testDrivers to be executed in below loop
3029var ocpCSITestDrivers = []func () storageframework.TestDriver {
31- drivers .InitGroupSnapshotHostpathCSIDriver ,
30+ // STOR-2534: temporarily disable the volume group snapshot test driver
31+ // for external-snapshotter rebase that changes the group snapshot API.
32+ // VolumeGroupSnapshots and its API are a TechPreview in OCP,
33+ // it can't affect any user.
34+ // drivers.InitGroupSnapshotHostpathCSIDriver,
3235}
3336
3437// This executes testSuites for csi volumes.
You can’t perform that action at this time.
0 commit comments