Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0aae584

Browse filesBrowse files
Remove from Slow to Run pull-kubernetes-e2e-storage-kind-alpha-beta-features
1 parent 9d9a313 commit 0aae584
Copy full SHA for 0aae584

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎test/e2e/storage/testsuites/volume_modify_stress.go

Copy file name to clipboardExpand all lines: test/e2e/storage/testsuites/volume_modify_stress.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,16 @@ func (v *volumeModifyStressTestSuite) DefineTests(driver storageframework.TestDr
224224
framework.ExpectNoError(errors.NewAggregate(errs), "while cleaning up resource")
225225
}
226226

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) {
228229
init(ctx)
229230
ginkgo.DeferCleanup(cleanup)
230231
createPodsAndVolumes(ctx, true)
231232
l.wg.Wait()
232233
})
233234

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) {
235237
init(ctx)
236238
ginkgo.DeferCleanup(cleanup)
237239
createPodsAndVolumes(ctx, false)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.