From b89f42be269b2db582fa4abc35f676f09aa652d2 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Fri, 25 Nov 2022 08:52:35 +0000 Subject: [PATCH] remove flaky tag for GCE NEG tests Fixed by https://github.com/kubernetes/kubernetes/pull/113858 https://github.com/kubernetes/kubernetes/pull/113562 --- 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 4523e3c8643..7c7825f55f2 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -129,7 +129,7 @@ var _ = common.SIGDescribe("Loadbalancing: L7", func() { }) - ginkgo.Describe("GCE [Slow] [Feature:NEG] [Flaky]", func() { + ginkgo.Describe("GCE [Slow] [Feature:NEG]", func() { var gceController *gce.IngressController // Platform specific setup