We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbc8a5 commit 8b97e2aCopy full SHA for 8b97e2a
test/e2e/storage/csi_volumes.go
@@ -59,7 +59,8 @@ var _ = utils.SIGDescribe("CSI Volumes", func() {
59
})
60
}
61
62
- Context("CSI Topology test using GCE PD driver", func() {
+ // TODO: PD CSI driver needs to be serial because it uses a fixed name. Address as part of #71289
63
+ Context("CSI Topology test using GCE PD driver [Serial]", func() {
64
f := framework.NewDefaultFramework("csitopology")
65
driver := drivers.InitGcePDCSIDriver().(testsuites.DynamicPVTestDriver) // TODO (#71289) eliminate by moving this test to common test suite.
66
var (
0 commit comments