Skip to content

Commit 8b97e2a

Browse files
committed
make CSI PD tests serial
1 parent afbc8a5 commit 8b97e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/storage/csi_volumes.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ var _ = utils.SIGDescribe("CSI Volumes", func() {
5959
})
6060
}
6161

62-
Context("CSI Topology test using GCE PD driver", func() {
62+
// 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() {
6364
f := framework.NewDefaultFramework("csitopology")
6465
driver := drivers.InitGcePDCSIDriver().(testsuites.DynamicPVTestDriver) // TODO (#71289) eliminate by moving this test to common test suite.
6566
var (

0 commit comments

Comments
 (0)