1414import lombok .RequiredArgsConstructor ;
1515import org .jspecify .annotations .NullMarked ;
1616import org .junit .jupiter .api .BeforeEach ;
17- import org .junit .jupiter .api .Disabled ;
1817import org .junit .jupiter .api .DisplayName ;
1918import org .junit .jupiter .api .Nested ;
2019import org .junit .jupiter .api .Test ;
@@ -62,7 +61,6 @@ void resetEnvironment() {
6261 class CRDValidation {
6362 @ Nested
6463 class FieldSize {
65- @ Disabled ("Test is way too slow with all combinations" )
6664 @ ParameterizedTest
6765 @ BlankSource
6866 @ DisplayName ("Should fail when the database is a blank or empty String (CEL rule)" )
@@ -81,7 +79,6 @@ void failWhenDatabaseIsBlankOrEmptyString(
8179 ).withMessageContaining ("The DefaultPrivilege database must not be empty." );
8280 }
8381
84- @ Disabled ("Test is way too slow with all combinations" )
8582 @ ParameterizedTest
8683 @ BlankSource
8784 @ DisplayName ("Should fail when the role is a blank or empty String (CEL rule)" )
@@ -100,7 +97,6 @@ void failWhenRoleIsBlankOrEmptyString(
10097 ).withMessageContaining ("The DefaultPrivilege role must not be empty." );
10198 }
10299
103- @ Disabled ("Test is way too slow with all combinations" )
104100 @ ParameterizedTest
105101 @ BlankSource
106102 @ DisplayName ("Should fail when the owner is a blank or empty String (CEL rule)" )
@@ -119,7 +115,6 @@ void failWhenOwnerIsBlankOrEmptyString(
119115 ).withMessageContaining ("The DefaultPrivilege owner must not be empty." );
120116 }
121117
122- @ Disabled ("Test is way too slow with all combinations" )
123118 @ ParameterizedTest
124119 @ BlankSource
125120 @ DisplayName ("Should fail when the schema is a blank or empty String (CEL rule)" )
0 commit comments