mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Spaces don't work in e2e regex's. Doh!
This commit is contained in:
parent
5fbaa05362
commit
e1c75e91fe
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ GKE_REQUIRED_SKIP_TESTS=(
|
|||
# -flaky- build variants.
|
||||
GCE_FLAKY_TESTS=(
|
||||
"DaemonRestart"
|
||||
"Daemon set should launch a daemon pod on every node of the cluster"
|
||||
"Daemon\sset\sshould\slaunch\sa\sdaemon\spod\son\severy\snode\sof\sthe\scluster"
|
||||
"ResourceUsage"
|
||||
"monotonically\sincreasing\srestart\scount"
|
||||
"should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032
|
||||
|
|
|
|||
Loading…
Reference in a new issue