Commit 8b97e2ab authored by Michelle Au's avatar Michelle Au

make CSI PD tests serial

parent afbc8a50
...@@ -59,7 +59,8 @@ var _ = utils.SIGDescribe("CSI Volumes", func() { ...@@ -59,7 +59,8 @@ var _ = utils.SIGDescribe("CSI Volumes", func() {
}) })
} }
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
Context("CSI Topology test using GCE PD driver [Serial]", func() {
f := framework.NewDefaultFramework("csitopology") f := framework.NewDefaultFramework("csitopology")
driver := drivers.InitGcePDCSIDriver().(testsuites.DynamicPVTestDriver) // TODO (#71289) eliminate by moving this test to common test suite. driver := drivers.InitGcePDCSIDriver().(testsuites.DynamicPVTestDriver) // TODO (#71289) eliminate by moving this test to common test suite.
var ( var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment