Merge pull request #115117 from pacoxu/cleanup-kubectl-e2e

cleanup(kubectl-e2e): remove invalid comments
This commit is contained in:
Kubernetes Prow Robot 2023-01-17 02:54:44 -08:00 committed by GitHub
commit 3154010eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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