Skip to content

Commit

Permalink
Merge pull request #15675 from rifelpet/automated-cherry-pick-of-#156…
Browse files Browse the repository at this point in the history
…71-origin-release-1.27

Automated cherry pick of #15671: Continue skipping SCTP tests for cilium until we upgrade to
  • Loading branch information
k8s-ci-robot committed Jul 19, 2023
2 parents 9f529a9 + 389b477 commit a1a0c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/pkg/tester/skip_regex.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ func (t *Tester) setSkipRegexFlag() error {
skipRegex += "|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
// These may be fixed in Cilium 1.13 but skipping for now
skipRegex += "|Service.with.multiple.ports.specified.in.multiple.EndpointSlices"
skipRegex += "|should.create.a.Pod.with.SCTP.HostPort"
// https://github.com/cilium/cilium/issues/18241
skipRegex += "|Services.should.create.endpoints.for.unready.pods"
skipRegex += "|Services.should.be.able.to.connect.to.terminating.and.unready.endpoints.if.PublishNotReadyAddresses.is.true"
Expand Down

0 comments on commit a1a0c87

Please sign in to comment.