Merge pull request #87841 from 928234269/non_ascii_00

Fix non-ascii characters in  test/e2e/node/pods.go
This commit is contained in:
Kubernetes Prow Robot 2020-02-07 07:37:45 -08:00 committed by GitHub
commit 70807e8d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ var _ = SIGDescribe("Pods Extended", func() {
/*
Release : v1.15
Testname: Pods, delete grace period
Description: Create a pod, make sure it is running. Using the http client send a delete with gracePeriodSeconds=30. Pod SHOULD get deleted within 30 seconds.
Description: Create a pod, make sure it is running. Using the http client send a 'delete' with gracePeriodSeconds=30. Pod SHOULD get deleted within 30 seconds.
*/
ginkgo.It("should be submitted and removed [Flaky]", func() {
ginkgo.By("creating the pod")