Unverified Commit 25b3ec6c authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #68908 from msau42/add-slow

Move storage tests that take longer than 2 minutes to slow suite
parents 3d2fcf41 b1594f3c
...@@ -535,7 +535,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { ...@@ -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 var testVols map[string][]*localTestVolume
const ( const (
ssReplicas = 3 ssReplicas = 3
......
...@@ -312,7 +312,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() { ...@@ -312,7 +312,7 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
framework.DeleteAllStatefulSets(c, ns) framework.DeleteAllStatefulSets(c, ns)
}) })
It("should be reschedulable", func() { It("should be reschedulable [Slow]", func() {
// Only run on providers with default storageclass // Only run on providers with default storageclass
framework.SkipUnlessProviderIs("openstack", "gce", "gke", "vsphere", "azure") framework.SkipUnlessProviderIs("openstack", "gce", "gke", "vsphere", "azure")
......
...@@ -360,7 +360,7 @@ func testSubPath(input *subPathTestInput) { ...@@ -360,7 +360,7 @@ func testSubPath(input *subPathTestInput) {
testReadFile(input.f, input.filePathInSubpath, input.pod, 0) 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 { if input.roVol == nil {
framework.Skipf("Volume type %v doesn't support readOnly source", input.volType) framework.Skipf("Volume type %v doesn't support readOnly source", input.volType)
} }
......
...@@ -360,7 +360,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() { ...@@ -360,7 +360,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
ns = f.Namespace.Name ns = f.Namespace.Name
}) })
Describe("DynamicProvisioner", func() { Describe("DynamicProvisioner [Slow]", func() {
It("should provision storage with different parameters", func() { It("should provision storage with different parameters", func() {
cloudZone := getRandomCloudZone(c) cloudZone := getRandomCloudZone(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment