mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 03:17:28 +00:00
Move remain ESIPP tests to the slow suite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user