e2e storage: skip multi-volume generic ephemeral volume test
This test might flake when run on a multi-zone cluster (similar to persistent volumes, see https://github.com/kubernetes/kubernetes/issues/75776). We don't do that at the moment, but it's better to fix this anyway.
This commit is contained in:
parent
a640545167
commit
441324e8c8
@ -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