mirror of https://github.com/k3s-io/k3s
Merge pull request #32199 from deads2k/storage-02-disable-test
skip dynamic provisision test on gke until gke enables itpull/6/head
commit
e976bc9ed2
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue