Skip to content

Commit

Permalink
don't run encryption tests with contour
Browse files Browse the repository at this point in the history
  • Loading branch information
KauzClay committed Oct 13, 2023
1 parent 6703812 commit 9a09791
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 9a09791

Please sign in to comment.