Merge pull request #32199 from deads2k/storage-02-disable-test

skip dynamic provisision test on gke until gke enables it
pull/6/head
Wojciech Tyczynski 2016-09-07 16:15:21 +02:00 committed by GitHub
commit e976bc9ed2
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ var _ = framework.KubeDescribe("Dynamic provisioning", func() {
framework.KubeDescribe("DynamicProvisioner", func() {
It("should create and delete persistent volumes [Slow]", func() {
// added until the GKE startup includes storage.k8s.io/v1beta1
framework.SkipIfProviderIs("gke")
framework.SkipUnlessProviderIs("openstack", "gce", "aws", "gke")
By("creating a StorageClass")