Merge pull request #68908 from msau42/add-slow

Move storage tests that take longer than 2 minutes to slow suite
pull/58/head
k8s-ci-robot 2018-09-26 22:59:23 -07:00 committed by GitHub
commit 25b3ec6c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)