From e9ef140c3c3238c37d9a07a371a78f74af9e2014 Mon Sep 17 00:00:00 2001 From: Minhan Xia Date: Thu, 4 Mar 2021 10:17:21 -0800 Subject: [PATCH] mark ingress neg test flaky --- test/e2e/network/ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/network/ingress.go b/test/e2e/network/ingress.go index c726c3e48e5..fedb63be3af 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -205,7 +205,7 @@ var _ = common.SIGDescribe("Loadbalancing: L7", func() { // zone based on pod labels. }) - ginkgo.Describe("GCE [Slow] [Feature:NEG]", func() { + ginkgo.Describe("GCE [Slow] [Feature:NEG] [Flaky]", func() { var gceController *gce.IngressController // Platform specific setup