Make Restart e2e regex more specific so that it doesn't accidentally match DaemonRestart.

This commit is contained in:
Quinton Hoole 2015-09-15 15:41:47 -07:00
parent f03a267089
commit d3996beb07

View File

@ -93,7 +93,7 @@ REBOOT_SKIP_TESTS=(
"Autoscaling\sSuite" "Autoscaling\sSuite"
"Skipped" "Skipped"
"Reboot" "Reboot"
"Restart" "Restart\sshould\srestart\sall\snodes"
"Example" "Example"
) )