cleanup(kubectl-e2e): remove invalid comments

This commit is contained in:
Paco Xu 2023-01-17 10:13:21 +08:00
parent 977465e310
commit ae574993c2

View File

@ -69,7 +69,6 @@ func testingPod(name, value, defaultContainerName string) v1.Pod {
}
}
// TODO promote to conformance test
var _ = SIGDescribe("Kubectl logs", func() {
f := framework.NewDefaultFramework("kubectl-logs")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline