diff --git a/test/e2e_kubeadm/bootstrap_token_test.go b/test/e2e_kubeadm/bootstrap_token_test.go index 4dc5a211685..acd7775cc06 100644 --- a/test/e2e_kubeadm/bootstrap_token_test.go +++ b/test/e2e_kubeadm/bootstrap_token_test.go @@ -73,7 +73,6 @@ var _ = Describe("bootstrap token", func() { rbacv1.GroupKind, bootstrapTokensGroup, bootstrapTokensAllowPostCSRClusterRoleName, ) - //TODO: check if possible to verify "allowed to post CSR" using subject asses review as well }) ginkgo.It("should be allowed to auto approve CSR for kubelet certificates on joining nodes", func() { @@ -82,6 +81,5 @@ var _ = Describe("bootstrap token", func() { rbacv1.GroupKind, bootstrapTokensGroup, bootstrapTokensCSRAutoApprovalClusterRoleName, ) - //TODO: check if possible to verify "allowed to auto approve CSR" using subject asses review as well }) })