diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index da3b477f5501..2017d81ae1da 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -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 @@ -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/...