Merge pull request #75411 from freehan/disable-test

disable HTTP2 ingress test
pull/564/head
Kubernetes Prow Robot 2019-03-16 02:24:57 -07:00 committed by GitHub
commit d156c09010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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