Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Sep 18, 2024
1 parent 9d0fa73 commit 4b6ed56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env

failed=0

export ENABLE_INTERNAL_TLS="${ENABLE_INTERNAL_TLS:-false}"
export ENABLE_TLS="${ENABLE_TLS:-false}"

(( !failed )) && install_knative || failed=1
(( !failed )) && prepare_knative_serving_tests_nightly || failed=2
Expand Down
3 changes: 3 additions & 0 deletions test/e2e/systeminternaltls/system_internal_tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ func TestSystemInternalTLS(t *testing.T) {

// TestTLSCertificateRotation tests certificate rotation and automatic reloading of certs.
func TestTLSCertificateRotation(t *testing.T) {

t.Skip("RETO SKIPPED TESTING")

if !test.ServingFlags.EnableAlphaFeatures {
t.Skip("Alpha features not enabled")
}
Expand Down

0 comments on commit 4b6ed56

Please sign in to comment.