mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
disable flaky PD test
This commit is contained in:
parent
e8aa0e8a7b
commit
886f5c7a8e
@ -133,7 +133,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
|
|||||||
return
|
return
|
||||||
})
|
})
|
||||||
|
|
||||||
It("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")
|
||||||
|
|
||||||
By("creating PD")
|
By("creating PD")
|
||||||
|
Loading…
Reference in New Issue
Block a user