diff --git a/test/integration/apiserver/print_test.go b/test/integration/apiserver/print_test.go index 3a01c082519..4b25613d417 100644 --- a/test/integration/apiserver/print_test.go +++ b/test/integration/apiserver/print_test.go @@ -124,16 +124,11 @@ var kindWhiteList = sets.NewString( var missingHanlders = sets.NewString( "ClusterRole", "LimitRange", - "MutatingWebhookConfiguration", "ResourceQuota", "Role", - "ValidatingWebhookConfiguration", - "VolumeAttachment", "PriorityClass", "PodPreset", "AuditSink", - "CSINode", - "CSIDriver", "FlowSchema", // TODO(yue9944882): remove this comment by merging print-handler for flow-control API "PriorityLevelConfiguration", // TODO(yue9944882): remove this comment by merging print-handler for flow-control API )