Skip to content

Commit c3b888f

Browse files
authored
Merge pull request kubernetes#93930 from pohly/multi-volume-generic-ephemeral-test-fix
e2e storage: skip multi-volume generic ephemeral volume test
2 parents 88e3c95 + 441324e commit c3b888f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/e2e/storage/testsuites/ephemeral.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ func (p *ephemeralTestSuite) DefineTests(driver TestDriver, pattern testpatterns
215215
})
216216

217217
ginkgo.It("should support multiple inline ephemeral volumes", func() {
218+
if pattern.BindingMode == storagev1.VolumeBindingImmediate &&
219+
pattern.VolType == testpatterns.GenericEphemeralVolume {
220+
e2eskipper.Skipf("Multiple generic ephemeral volumes with immediate binding may cause pod startup failures when the volumes get created in separate topology segments.")
221+
}
222+
218223
init()
219224
defer cleanup()
220225

0 commit comments

Comments
 (0)