Merge pull request #16381 from rifelpet/skipregex

Skip hostname e2e test on digitalocean
This commit is contained in:
Kubernetes Prow Robot 2024-02-24 23:40:10 -08:00 committed by GitHub
commit 43bbd9c667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ func (t *Tester) setSkipRegexFlag() error {
if cluster.Spec.LegacyCloudProvider == "digitalocean" {
// https://github.com/kubernetes/kubernetes/issues/121018
skipRegex += "|Services.should.respect.internalTrafficPolicy=Local.Pod.and.Node,.to.Pod"
skipRegex += "|Services.should.respect.internalTrafficPolicy=Local.Pod.and.Node,.to.Pod|Services.should.function.for.service.endpoints.using.hostNetwork"
}
if cluster.Spec.LegacyCloudProvider == "gce" {