From 84224ac5329646b02e71c415aaea345e28daabd4 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Mon, 17 Apr 2017 14:52:23 -0700 Subject: [PATCH] Move remain ESIPP tests to the slow suite --- test/e2e/service.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/service.go b/test/e2e/service.go index c0cefb945e5..8ec9b42fd4d 100644 --- a/test/e2e/service.go +++ b/test/e2e/service.go @@ -1325,7 +1325,7 @@ var _ = framework.KubeDescribe("ESIPP [Slow]", func() { } }) - It("should only target nodes with endpoints [Feature:ExternalTrafficLocalOnly]", func() { + It("should only target nodes with endpoints", func() { namespace := f.Namespace.Name serviceName := "external-local" jig := framework.NewServiceTestJig(cs, serviceName) @@ -1385,7 +1385,7 @@ var _ = framework.KubeDescribe("ESIPP [Slow]", func() { } }) - It("should work from pods [Feature:ExternalTrafficLocalOnly]", func() { + It("should work from pods", func() { namespace := f.Namespace.Name serviceName := "external-local" jig := framework.NewServiceTestJig(cs, serviceName) @@ -1432,7 +1432,7 @@ var _ = framework.KubeDescribe("ESIPP [Slow]", func() { } }) - It("should handle updates to source ip annotation [Feature:ExternalTrafficLocalOnly]", func() { + It("should handle updates to source ip annotation", func() { namespace := f.Namespace.Name serviceName := "external-local" jig := framework.NewServiceTestJig(cs, serviceName)