Label the very slow pod disk tests [Slow].
This commit is contained in:
		@@ -163,7 +163,7 @@ var _ = Describe("Pod Disks", func() {
 | 
				
			|||||||
		expectNoError(podClient.Delete(host1ROPod.Name, api.NewDeleteOptions(0)), "Failed to delete host1ROPod")
 | 
							expectNoError(podClient.Delete(host1ROPod.Name, api.NewDeleteOptions(0)), "Failed to delete host1ROPod")
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	It("should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession", func() {
 | 
						It("should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession [Slow]", func() {
 | 
				
			||||||
		SkipUnlessProviderIs("gce", "gke", "aws")
 | 
							SkipUnlessProviderIs("gce", "gke", "aws")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		By("creating PD")
 | 
							By("creating PD")
 | 
				
			||||||
@@ -211,7 +211,7 @@ var _ = Describe("Pod Disks", func() {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	It("should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession", func() {
 | 
						It("should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession [Slow]", func() {
 | 
				
			||||||
		SkipUnlessProviderIs("gce", "gke", "aws")
 | 
							SkipUnlessProviderIs("gce", "gke", "aws")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		By("creating PD1")
 | 
							By("creating PD1")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user