Merge pull request #75517 from jingxu97/march/gkeglustertest

Skip GlusterDynamicProvisioner test in GKE
This commit is contained in:
Kubernetes Prow Robot 2019-03-20 17:55:36 -07:00 committed by GitHub
commit bce6434a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"