Skip to content

Commit e268f03

Browse files
committed
Revert "Mark session affinity tests as [Flaky]"
This reverts commit f00ac06.
1 parent 457c05f commit e268f03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/network/service.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,28 +2363,28 @@ var _ = SIGDescribe("Services", func() {
23632363
})
23642364

23652365
// [LinuxOnly]: Windows does not support session affinity.
2366-
ginkgo.It("should have session affinity work for service with type clusterIP [LinuxOnly] [Flaky]", func() {
2366+
ginkgo.It("should have session affinity work for service with type clusterIP [LinuxOnly]", func() {
23672367
svc := getServeHostnameService("affinity-clusterip")
23682368
svc.Spec.Type = v1.ServiceTypeClusterIP
23692369
execAffinityTestForNonLBService(f, cs, svc)
23702370
})
23712371

23722372
// [LinuxOnly]: Windows does not support session affinity.
2373-
ginkgo.It("should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Flaky]", func() {
2373+
ginkgo.It("should be able to switch session affinity for service with type clusterIP [LinuxOnly]", func() {
23742374
svc := getServeHostnameService("affinity-clusterip-transition")
23752375
svc.Spec.Type = v1.ServiceTypeClusterIP
23762376
execAffinityTestForNonLBServiceWithTransition(f, cs, svc)
23772377
})
23782378

23792379
// [LinuxOnly]: Windows does not support session affinity.
2380-
ginkgo.It("should have session affinity work for NodePort service [LinuxOnly] [Flaky]", func() {
2380+
ginkgo.It("should have session affinity work for NodePort service [LinuxOnly]", func() {
23812381
svc := getServeHostnameService("affinity-nodeport")
23822382
svc.Spec.Type = v1.ServiceTypeNodePort
23832383
execAffinityTestForNonLBService(f, cs, svc)
23842384
})
23852385

23862386
// [LinuxOnly]: Windows does not support session affinity.
2387-
ginkgo.It("should be able to switch session affinity for NodePort service [LinuxOnly] [Flaky]", func() {
2387+
ginkgo.It("should be able to switch session affinity for NodePort service [LinuxOnly]", func() {
23882388
svc := getServeHostnameService("affinity-nodeport-transition")
23892389
svc.Spec.Type = v1.ServiceTypeNodePort
23902390
execAffinityTestForNonLBServiceWithTransition(f, cs, svc)

0 commit comments

Comments
 (0)