Skip to content

Commit

Permalink
Exclude kourier tls runtime (#15696)
Browse files Browse the repository at this point in the history
* exclude kourier tls runtime on 1.30.x

* disable kourier tls runtime
  • Loading branch information
skonto authored Jan 15, 2025
1 parent b484fa2 commit c3f2bfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ jobs:
- test-suite: e2e
test-path: ./test/e2e

exclude:
# Disabled due to flakiness: https://github.com/knative/serving/issues/15697
- k8s-version: v1.30.x
ingress: kourier-tls
test-suite: runtime
- k8s-version: v1.31.x
ingress: kourier-tls
test-suite: runtime
env:
KIND: 1
INGRESS_CLASS: ${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev
Expand Down

0 comments on commit c3f2bfe

Please sign in to comment.