mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
re-enable dynamic provisioning test on gke
This commit is contained in:
parent
9bc7e36f4b
commit
6a521c863e
@ -115,8 +115,6 @@ 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")
|
||||||
|
Loading…
Reference in New Issue
Block a user