Unverified Commit d156c090 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75411 from freehan/disable-test

disable HTTP2 ingress test
parents 0f619687 3aa2f1b0
......@@ -427,7 +427,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
// TODO(nikhiljindal): Check the instance group annotation value and verify with a multizone cluster.
})
It("should be able to switch between HTTPS and HTTP2 modes", func() {
// TODO: remove [Unreleased] tag to once the new GCE API GO client gets revendored in ingress-gce repo
It("should be able to switch between HTTPS and HTTP2 modes [Unreleased]", func() {
httpsScheme := "request_scheme=https"
By("Create a basic HTTP2 ingress")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment