Skip hostname e2e test on digitalocean

This commit is contained in:
Peter Rifel 2024-02-24 14:08:39 -06:00
parent c5551a005d
commit 4480364727
No known key found for this signature in database
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" {