Move remain ESIPP tests to the slow suite

pull/6/head
Zihong Zheng 2017-04-17 14:52:23 -07:00
parent f96b187fcb
commit 84224ac532
1 changed files with 3 additions and 3 deletions

View File

@ -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)