Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e/operator/operator_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ spec:
// These tests verify the operator's TLS behavior when the APIServer TLS settings change.
// The first test runs on all OpenShift clusters; the second requires OpenShift >= 4.22
// because the TLSAdherence field was introduced in 4.22.
// NOTE: Running this test may have side effects such as setting feature gates on OpenShift.
Describe("TLS profile change", Label("tls-profile"), func() {
Log("NOTE: Running this test may have IRREVERSIBLE side effects such as setting feature gates on OpenShift.")
var ocpMinorVersion int
var ocpMajorVersion int

Expand Down
Loading