From d3996beb07c64eab76e3be2c6cdbb4bd5e045c81 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Tue, 15 Sep 2015 15:41:47 -0700 Subject: [PATCH] Make Restart e2e regex more specific so that it doesn't accidentally match DaemonRestart. --- 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 4097cd75311..8628319c3f1 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -93,7 +93,7 @@ REBOOT_SKIP_TESTS=( "Autoscaling\sSuite" "Skipped" "Reboot" - "Restart" + "Restart\sshould\srestart\sall\snodes" "Example" )