@@ -2363,28 +2363,28 @@ var _ = SIGDescribe("Services", func() {
2363
2363
})
2364
2364
2365
2365
// [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 () {
2367
2367
svc := getServeHostnameService ("affinity-clusterip" )
2368
2368
svc .Spec .Type = v1 .ServiceTypeClusterIP
2369
2369
execAffinityTestForNonLBService (f , cs , svc )
2370
2370
})
2371
2371
2372
2372
// [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 () {
2374
2374
svc := getServeHostnameService ("affinity-clusterip-transition" )
2375
2375
svc .Spec .Type = v1 .ServiceTypeClusterIP
2376
2376
execAffinityTestForNonLBServiceWithTransition (f , cs , svc )
2377
2377
})
2378
2378
2379
2379
// [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 () {
2381
2381
svc := getServeHostnameService ("affinity-nodeport" )
2382
2382
svc .Spec .Type = v1 .ServiceTypeNodePort
2383
2383
execAffinityTestForNonLBService (f , cs , svc )
2384
2384
})
2385
2385
2386
2386
// [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 () {
2388
2388
svc := getServeHostnameService ("affinity-nodeport-transition" )
2389
2389
svc .Spec .Type = v1 .ServiceTypeNodePort
2390
2390
execAffinityTestForNonLBServiceWithTransition (f , cs , svc )
0 commit comments