mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Fix non-ascii characters in test/e2e/node/pods.go
Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
parent
133f77247c
commit
b9a586e382
@ -48,7 +48,7 @@ var _ = SIGDescribe("Pods Extended", func() {
|
|||||||
/*
|
/*
|
||||||
Release : v1.15
|
Release : v1.15
|
||||||
Testname: Pods, delete grace period
|
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.It("should be submitted and removed [Flaky]", func() {
|
||||||
ginkgo.By("creating the pod")
|
ginkgo.By("creating the pod")
|
||||||
|
Loading…
Reference in New Issue
Block a user