Merge pull request #15240 from rifelpet/cilium-skip

Skip new endpoint port/protocol e2e test on cilium
This commit is contained in:
Kubernetes Prow Robot 2023-03-16 18:13:14 -07:00 committed by GitHub
commit ed8cf86d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ func (t *Tester) setSkipRegexFlag() error {
skipRegex += "|external.IP.is.not.assigned.to.a.node"
// https://github.com/cilium/cilium/issues/14287
skipRegex += "|same.port.number.but.different.protocols|same.hostPort.but.different.hostIP.and.protocol"
// https://github.com/cilium/cilium/issues/9207
skipRegex += "|serve.endpoints.on.same.port.and.different.protocols"
if k8sVersion.Minor >= 22 {
// ref:
// https://github.com/kubernetes/kubernetes/issues/96717