mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Mark "RW PD, remove it, then schedule" test flaky
This commit is contained in:
parent
ff7c280200
commit
b94442f470
@ -74,7 +74,8 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
|
|||||||
mathrand.Seed(time.Now().UTC().UnixNano())
|
mathrand.Seed(time.Now().UTC().UnixNano())
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should schedule a pod w/ a RW PD, remove it, then schedule it on another host [Slow]", func() {
|
// Flaky-- Issue #27691
|
||||||
|
It("[Flaky] should schedule a pod w/ a RW PD, remove it, then schedule it on another host [Slow]", func() {
|
||||||
framework.SkipUnlessProviderIs("gce", "gke", "aws")
|
framework.SkipUnlessProviderIs("gce", "gke", "aws")
|
||||||
|
|
||||||
By("creating PD")
|
By("creating PD")
|
||||||
@ -133,6 +134,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
|
|||||||
return
|
return
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Flaky-- Issue #27477
|
||||||
It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() {
|
It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() {
|
||||||
framework.SkipUnlessProviderIs("gce", "gke")
|
framework.SkipUnlessProviderIs("gce", "gke")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user