From 8bda840b1ad16beac99f9aa489138ae4cd940bb1 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Thu, 28 Mar 2024 05:19:00 -0400 Subject: [PATCH] disable kourier-tls (#15053) --- .github/workflows/kind-e2e.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index be33cdc9a59b..9ba1ea564d74 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -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 @@ -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/...