Merge pull request #79084 from k-toyoda-pi/common_sysctlgo_remove_duplicate_comment

remove duplicate comment in e2e/common/sysctl.go
This commit is contained in:
Kubernetes Prow Robot 2019-06-21 12:16:39 -07:00 committed by GitHub
commit 0c2830c560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ var _ = framework.KubeDescribe("Sysctls [NodeFeature:Sysctls]", func() {
ginkgo.By("Checking that the pod succeeded")
gomega.Expect(pod.Status.Phase).To(gomega.Equal(v1.PodSucceeded))
ginkgo.By("Getting logs from the pod")
ginkgo.By("Getting logs from the pod")
log, err := e2epod.GetPodLogs(f.ClientSet, f.Namespace.Name, pod.Name, pod.Spec.Containers[0].Name)
framework.ExpectNoError(err)