Skip to content

Commit

Permalink
don't run encryption tests with contour (#14521)
Browse files Browse the repository at this point in the history
  • Loading branch information
KauzClay authored Oct 14, 2023
1 parent 633e281 commit 6a21d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/systeminternaltls/system_internal_tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ func TestInternalEncryption(t *testing.T) {
t.Skip("Alpha features not enabled")
}

if !(strings.Contains(test.ServingFlags.IngressClass, "kourier") || strings.Contains(test.ServingFlags.IngressClass, "contour")) {
t.Skip("Skip this test for non-kourier or non-contour ingress.")
if !(strings.Contains(test.ServingFlags.IngressClass, "kourier")) {
t.Skip("Skip this test for non-kourier ingress.")
}

t.Parallel()
Expand Down

0 comments on commit 6a21d8a

Please sign in to comment.