Skip to content

Commit

Permalink
disable kourier-tls (#15053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Mar 28, 2024
1 parent a92b2ee commit 8bda840
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

ingress:
- kourier
- kourier-tls
# - kourier-tls
- istio
- istio-tls
# Disabled due to flakiness: https://github.com/knative/serving/issues/14637
Expand Down Expand Up @@ -127,9 +127,10 @@ jobs:
# ingress-class: istio
# ambient: 1

- ingress: kourier-tls
ingress-class: kourier
enable-tls: 1
# Disabled due to flakiness: https://github.com/knative/serving/issues/15052
# - ingress: kourier-tls
# ingress-class: kourier
# enable-tls: 1

- test-suite: runtime
test-path: ./test/conformance/runtime/...
Expand Down

0 comments on commit 8bda840

Please sign in to comment.