-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Description
This test looks to be flaky recently; e.g. #38806 (comment), and #39351 (comment)
03:45:02 FAIL: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy
03:45:02
03:45:02 assertion failed:
03:45:02 Command: d:\CI\CI-f4d92b94d9\binary\docker.exe run -i --name test-inter-restart --restart=always busybox sh
03:45:02 ExitCode: 0
03:45:02 Stdout:
03:45:02 Stderr:
03:45:02
03:45:02 Failures:
03:45:02 ExitCode was 0 expected 11
This test was flaky once before, which was addressed by increasing the timeout; #27078