remove duplicate comment in e2e/common/sysctl.go

This commit is contained in:
toyoda 2019-06-17 09:20:51 +09:00
parent 8f4cc7d81f
commit 12cc719e62

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)