File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Filter options
test/e2e/storage/testsuites Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Original file line number Diff line number Diff line change @@ -224,14 +224,16 @@ func (v *volumeModifyStressTestSuite) DefineTests(driver storageframework.TestDr
224
224
framework .ExpectNoError (errors .NewAggregate (errs ), "while cleaning up resource" )
225
225
}
226
226
227
- f .It ("multiple pods should provision volumes with volumeAttributesClass" , f .WithSlow (), f .WithSerial (), func (ctx context.Context ) {
227
+ // TODO: Change from WithSerial to WithSlow After GA
228
+ f .It ("multiple pods should provision volumes with volumeAttributesClass" , f .WithSerial (), func (ctx context.Context ) {
228
229
init (ctx )
229
230
ginkgo .DeferCleanup (cleanup )
230
231
createPodsAndVolumes (ctx , true )
231
232
l .wg .Wait ()
232
233
})
233
234
234
- f .It ("multiple pods should modify volumes with a different volumeAttributesClass" , f .WithSlow (), f .WithSerial (), func (ctx context.Context ) {
235
+ // TODO: Change from WithSerial to WithSlow After GA
236
+ f .It ("multiple pods should modify volumes with a different volumeAttributesClass" , f .WithSerial (), func (ctx context.Context ) {
235
237
init (ctx )
236
238
ginkgo .DeferCleanup (cleanup )
237
239
createPodsAndVolumes (ctx , false )
You can’t perform that action at this time.
0 commit comments