Skip multiple-port multiple-endpointslice e2e test with Cilium

This job is failing, skipping until we're upgraded to 1.13 to see if that fixes the failing test
This commit is contained in:
Peter Rifel 2023-03-16 22:47:14 -05:00
parent 9d05f3d59c
commit a4e94d5487
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ func (t *Tester) setSkipRegexFlag() error {
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"
// This may be fixed in Cilium 1.13 but skipping for now
skipRegex += "|Service.with.multiple.ports.specified.in.multiple.EndpointSlices"
if k8sVersion.Minor >= 22 {
// ref:
// https://github.com/kubernetes/kubernetes/issues/96717