Move storage tests that take longer than 2 minutes to slow suite

pull/58/head
Michelle Au 2018-09-20 15:29:00 -07:00
parent 337e0e18f1
commit b1594f3cd1
4 changed files with 4 additions and 4 deletions

View File

@ -535,7 +535,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
})
})
Context("StatefulSet with pod affinity", func() {
Context("StatefulSet with pod affinity [Slow]", func() {
var testVols map[string][]*localTestVolume
const (
ssReplicas = 3

View File

@ -312,7 +312,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
framework.DeleteAllStatefulSets(c, ns)
})
It("should be reschedulable", func() {
It("should be reschedulable [Slow]", func() {
// Only run on providers with default storageclass
framework.SkipUnlessProviderIs("openstack", "gce", "gke", "vsphere", "azure")

View File

@ -360,7 +360,7 @@ func testSubPath(input *subPathTestInput) {
testReadFile(input.f, input.filePathInSubpath, input.pod, 0)
})
It("should fail for new directories when readOnly specified in the volumeSource", func() {
It("should fail for new directories when readOnly specified in the volumeSource [Slow]", func() {
if input.roVol == nil {
framework.Skipf("Volume type %v doesn't support readOnly source", input.volType)
}

View File

@ -360,7 +360,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
ns = f.Namespace.Name
})
Describe("DynamicProvisioner", func() {
Describe("DynamicProvisioner [Slow]", func() {
It("should provision storage with different parameters", func() {
cloudZone := getRandomCloudZone(c)