Skip to content

Commit c3f2bfe

Browse files
authored
Exclude kourier tls runtime (#15696)
* exclude kourier tls runtime on 1.30.x * disable kourier tls runtime
1 parent b484fa2 commit c3f2bfe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/kind-e2e.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ jobs:
143143
- test-suite: e2e
144144
test-path: ./test/e2e
145145

146+
exclude:
147+
# Disabled due to flakiness: https://github.com/knative/serving/issues/15697
148+
- k8s-version: v1.30.x
149+
ingress: kourier-tls
150+
test-suite: runtime
151+
- k8s-version: v1.31.x
152+
ingress: kourier-tls
153+
test-suite: runtime
146154
env:
147155
KIND: 1
148156
INGRESS_CLASS: ${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev

0 commit comments

Comments
 (0)