mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #87841 from 928234269/non_ascii_00
Fix non-ascii characters in test/e2e/node/pods.go
This commit is contained in:
commit
70807e8d80
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user