Commit 786879aa authored by deads2k's avatar deads2k

skip dynamic provisision test on gke until gke enables it

parent 0e7f8f9f
...@@ -115,6 +115,8 @@ var _ = framework.KubeDescribe("Dynamic provisioning", func() { ...@@ -115,6 +115,8 @@ var _ = framework.KubeDescribe("Dynamic provisioning", func() {
framework.KubeDescribe("DynamicProvisioner", func() { framework.KubeDescribe("DynamicProvisioner", func() {
It("should create and delete persistent volumes [Slow]", 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") framework.SkipUnlessProviderIs("openstack", "gce", "aws", "gke")
By("creating a StorageClass") By("creating a StorageClass")
......
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