mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
skip dynamic provisision test on gke until gke enables it
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user