mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
disable HTTP2 ingress test
This commit is contained in:
parent
79e8a29544
commit
3aa2f1b05c
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue