Skip to content

Commit d3e1f73

Browse files
committed
MON-3959: Skip TestTLSSecurityProfileConfiguration as disruptive
1 parent f15addc commit d3e1f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/tls_security_profile_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func atLeastVersionTLS12(v string) string {
3838
}
3939

4040
func TestTLSSecurityProfileConfiguration(t *testing.T) {
41+
t.Skip("Changing apiserverConfig.Spec.TLSSecurityProfile now makes MCO rollout nodes which is disruptive for other tests. See https://issues.redhat.com/browse/MON-3959")
4142
testCases := []struct {
4243
name string
4344
profile *configv1.TLSSecurityProfile

0 commit comments

Comments
 (0)