From 3aa2f1b05cfdc6455e644880d28eea6d32a67e6b Mon Sep 17 00:00:00 2001 From: Minhan Xia Date: Fri, 15 Mar 2019 10:18:45 -0700 Subject: [PATCH] disable HTTP2 ingress 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 1fc1180a08..f69fdafc1e 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -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")