mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Make Restart e2e regex more specific so that it doesn't accidentally match DaemonRestart.
This commit is contained in:
parent
f03a267089
commit
d3996beb07
@ -93,7 +93,7 @@ REBOOT_SKIP_TESTS=(
|
|||||||
"Autoscaling\sSuite"
|
"Autoscaling\sSuite"
|
||||||
"Skipped"
|
"Skipped"
|
||||||
"Reboot"
|
"Reboot"
|
||||||
"Restart"
|
"Restart\sshould\srestart\sall\snodes"
|
||||||
"Example"
|
"Example"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user