You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[e2e tests] Remove explicit sleep command for toolbox containers (#6021)
An explicit sleep is not required as the default command in the
container is already "pause".
The Windows version of the toolbox image will not start when using
"sleep", as the command is not available.
Even on Linux, pause is superior to sleep for signal handling.
We also fix the "don't fragment" ping option for Windows.
Signed-off-by: Antonin Bas <[email protected]>
0 commit comments