From e1c75e91fe01062c4f3bc003ae15e774ef9d216b Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Thu, 17 Sep 2015 15:47:02 -0700 Subject: [PATCH] Spaces don't work in e2e regex's. Doh! --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 4512c82f0b1..60b350590ae 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -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