Skip to content

Commit

Permalink
Revert "test/Services: Quarantine 'Checks graceful termination'"
Browse files Browse the repository at this point in the history
This reverts commit cbbea39

Signed-off-by: Aditi Ghag <aditi@cilium.io>
  • Loading branch information
aditighag authored and borkmann committed Dec 2, 2021
1 parent 8fd2bb9 commit 32b5bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8sT/Services.go
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`, helpers.DualStackSupp
SkipContextIf(func() bool {
// The graceful termination feature depends on enabling an alpha feature
// EndpointSliceTerminatingCondition in Kubernetes.
return helpers.SkipK8sVersions("<1.20.0") || helpers.RunsOnGKE() || helpers.RunsOnEKS() || helpers.SkipQuarantined()
return helpers.SkipK8sVersions("<1.20.0") || helpers.RunsOnGKE() || helpers.RunsOnEKS()
}, "Checks graceful termination of service endpoints", func() {
const (
clientPodLabel = "app=graceful-term-client"
Expand Down

0 comments on commit 32b5bb2

Please sign in to comment.