Merge pull request #21494 from saad-ali/markRemainingTwoPDTestsAsSlow

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-22 07:41:46 -08:00
commit 2c3b3d5716

View File

@ -63,7 +63,7 @@ var _ = Describe("Pod Disks", func() {
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")
By("creating PD")
@ -116,7 +116,7 @@ var _ = Describe("Pod Disks", func() {
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")
By("creating PD")