mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +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() {
|
framework.KubeDescribe("GlusterDynamicProvisioner", func() {
|
||||||
It("should create and delete persistent volumes [fast]", func() {
|
It("should create and delete persistent volumes [fast]", func() {
|
||||||
|
framework.SkipIfProviderIs("gke")
|
||||||
By("creating a Gluster DP server Pod")
|
By("creating a Gluster DP server Pod")
|
||||||
pod := startGlusterDpServerPod(c, ns)
|
pod := startGlusterDpServerPod(c, ns)
|
||||||
serverUrl := "http://" + pod.Status.PodIP + ":8081"
|
serverUrl := "http://" + pod.Status.PodIP + ":8081"
|
||||||
|
Loading…
Reference in New Issue
Block a user