mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #14141 from quinton-hoole/2015-09-17-fix-daemon-e2e-regex
Spaces don't work in e2e regex's. Doh!
This commit is contained in:
commit
7e375b9c30
@ -116,7 +116,7 @@ GKE_REQUIRED_SKIP_TESTS=(
|
|||||||
# -flaky- build variants.
|
# -flaky- build variants.
|
||||||
GCE_FLAKY_TESTS=(
|
GCE_FLAKY_TESTS=(
|
||||||
"DaemonRestart"
|
"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"
|
"ResourceUsage"
|
||||||
"monotonically\sincreasing\srestart\scount"
|
"monotonically\sincreasing\srestart\scount"
|
||||||
"should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032
|
"should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032
|
||||||
|
Loading…
Reference in New Issue
Block a user