We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b484fa2 commit c3f2bfeCopy full SHA for c3f2bfe
.github/workflows/kind-e2e.yaml
@@ -143,6 +143,14 @@ jobs:
143
- test-suite: e2e
144
test-path: ./test/e2e
145
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
153
154
env:
155
KIND: 1
156
INGRESS_CLASS: ${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev
0 commit comments