mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #21494 from saad-ali/markRemainingTwoPDTestsAsSlow
Auto commit by PR queue bot
This commit is contained in:
commit
2c3b3d5716
@ -63,7 +63,7 @@ var _ = Describe("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", func() {
|
It("should schedule a pod w/ a RW PD, remove it, then schedule it on another host [Slow]", func() {
|
||||||
SkipUnlessProviderIs("gce", "gke", "aws")
|
SkipUnlessProviderIs("gce", "gke", "aws")
|
||||||
|
|
||||||
By("creating PD")
|
By("creating PD")
|
||||||
@ -116,7 +116,7 @@ var _ = Describe("Pod Disks", func() {
|
|||||||
return
|
return
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should schedule a pod w/ a readonly PD on two hosts, then remove both.", func() {
|
It("should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() {
|
||||||
SkipUnlessProviderIs("gce", "gke")
|
SkipUnlessProviderIs("gce", "gke")
|
||||||
|
|
||||||
By("creating PD")
|
By("creating PD")
|
||||||
|
Loading…
Reference in New Issue
Block a user