@@ -11,17 +11,20 @@ var (
1111 "[Disabled:Alpha]" : {
1212 `\[Feature:StorageVersionAPI\]` ,
1313 `\[Feature:InPlacePodVerticalScaling\]` ,
14- `\[Feature:RecoverVolumeExpansionFailure\]` ,
15- `\[Feature:WatchList\]` ,
1614 `\[Feature:ServiceCIDRs\]` ,
1715 `\[Feature:ClusterTrustBundle\]` ,
1816 `\[Feature:SELinuxMount\]` ,
1917 `\[FeatureGate:SELinuxMount\]` ,
20- `\[Feature:RelaxedEnvironmentVariableValidation\]` ,
2118 `\[Feature:UserNamespacesPodSecurityStandards\]` ,
2219 `\[Feature:UserNamespacesSupport\]` , // disabled Beta
2320 `\[Feature:DynamicResourceAllocation\]` ,
2421 `\[Feature:VolumeAttributesClass\]` , // disabled Beta
22+ // 4.19
23+ `\[Feature:PodLevelResources\]` ,
24+ `\[Feature:SchedulerAsyncPreemption\]` ,
25+ `\[Feature:RelaxedDNSSearchValidation\]` ,
26+ `\[Feature:PodLogsQuerySplitStreams\]` ,
27+ `\[Feature:PodLifecycleSleepActionAllowZero\]` ,
2528 },
2629 // tests for features that are not implemented in openshift
2730 "[Disabled:Unimplemented]" : {
0 commit comments