mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
add unreleased tag to http2 test
This commit is contained in:
parent
4009cb3b8b
commit
6f74e45890
@ -382,7 +382,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
|
|||||||
// TODO(nikhiljindal): Check the instance group annotation value and verify with a multizone cluster.
|
// 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 (gau): Remove [Unreleased] label once HTTP2 is in the next Ingress release
|
||||||
|
It("should be able to switch between HTTPS and HTTP2 modes [Unreleased]", func() {
|
||||||
httpsScheme := "request_scheme=https"
|
httpsScheme := "request_scheme=https"
|
||||||
|
|
||||||
By("Create a basic HTTP2 ingress")
|
By("Create a basic HTTP2 ingress")
|
||||||
|
Loading…
Reference in New Issue
Block a user