mirror of https://github.com/k3s-io/k3s
Move ungraceful PD tests out of flaky
parent
fb19362e01
commit
1882a789ac
|
@ -74,8 +74,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
|
|||
mathrand.Seed(time.Now().UTC().UnixNano())
|
||||
})
|
||||
|
||||
// Flaky-- Issue #27691
|
||||
It("[Flaky] should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host [Slow]", func() {
|
||||
It("should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host [Slow]", func() {
|
||||
framework.SkipUnlessProviderIs("gce", "gke", "aws")
|
||||
|
||||
By("creating PD")
|
||||
|
@ -195,8 +194,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
|
|||
return
|
||||
})
|
||||
|
||||
// Flaky-- Issue #27477
|
||||
It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. [Slow]", func() {
|
||||
It("should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. [Slow]", func() {
|
||||
framework.SkipUnlessProviderIs("gce", "gke")
|
||||
|
||||
By("creating PD")
|
||||
|
|
Loading…
Reference in New Issue