Skip to content

Commit

Permalink
Revert "disable kourier-tls (knative#15053)"
Browse files Browse the repository at this point in the history
This reverts commit 8bda840.
  • Loading branch information
skonto committed Apr 24, 2024
1 parent 49b48b3 commit bfe3d4b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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 @@ -130,10 +130,9 @@ jobs:
# ingress-class: istio
# ambient: 1

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

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

0 comments on commit bfe3d4b

Please sign in to comment.