From 6f74e4589061a27e598c53b02cacb3cda7af333b Mon Sep 17 00:00:00 2001 From: Ashley Gau Date: Fri, 6 Apr 2018 13:21:36 -0700 Subject: [PATCH] add unreleased tag to http2 test --- test/e2e/network/ingress.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/network/ingress.go b/test/e2e/network/ingress.go index 25a25b3ef0d..d6cbaa78116 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -382,7 +382,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 (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" By("Create a basic HTTP2 ingress")