mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #93930 from pohly/multi-volume-generic-ephemeral-test-fix
e2e storage: skip multi-volume generic ephemeral volume test
This commit is contained in:
commit
c3b888f647
@ -215,6 +215,11 @@ func (p *ephemeralTestSuite) DefineTests(driver TestDriver, pattern testpatterns
|
|||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("should support multiple inline ephemeral volumes", func() {
|
ginkgo.It("should support multiple inline ephemeral volumes", func() {
|
||||||
|
if pattern.BindingMode == storagev1.VolumeBindingImmediate &&
|
||||||
|
pattern.VolType == testpatterns.GenericEphemeralVolume {
|
||||||
|
e2eskipper.Skipf("Multiple generic ephemeral volumes with immediate binding may cause pod startup failures when the volumes get created in separate topology segments.")
|
||||||
|
}
|
||||||
|
|
||||||
init()
|
init()
|
||||||
defer cleanup()
|
defer cleanup()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user