mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #75517 from jingxu97/march/gkeglustertest
Skip GlusterDynamicProvisioner test in GKE
This commit is contained in:
commit
bce6434a3a
@ -818,6 +818,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
|
||||
|
||||
framework.KubeDescribe("GlusterDynamicProvisioner", func() {
|
||||
It("should create and delete persistent volumes [fast]", func() {
|
||||
framework.SkipIfProviderIs("gke")
|
||||
By("creating a Gluster DP server Pod")
|
||||
pod := startGlusterDpServerPod(c, ns)
|
||||
serverUrl := "http://" + pod.Status.PodIP + ":8081"
|
||||
|
Loading…
Reference in New Issue
Block a user