Skip to content

Commit

Permalink
Skip failing test in pull-kops-kubernetes-e2e-ubuntu-gce-build
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Feb 9, 2025
1 parent 100a344 commit d1b6181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/pkg/tester/skip_regex.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func (t *Tester) setSkipRegexFlag() error {
skipRegex += "|should set TCP CLOSE_WAIT timeout|should check kube-proxy urls"
} else if networking.Kubenet != nil {
skipRegex += "|Services.*affinity"
skipRegex += "|Services.should.function.for.service.endpoints.using.hostNetwork"
}

if cluster.Spec.LegacyCloudProvider == "digitalocean" {
Expand Down

0 comments on commit d1b6181

Please sign in to comment.