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
Also, the assert.ErrorIs should only be called in the main goroutine .
I gave it a quick try and synchronized this with a channel, see: c032138
Looks like the cmd.ExecuteContext doesn't return at all:
root@docker-cli-dev$ go test -run TestRunAttachTermination -v .
=== RUN TestRunAttachTermination
run_test.go:107: cmd.ExecuteContext was not finished before the 5 second timeout
--- FAIL: TestRunAttachTermination (5.01s)
FAIL
FAIL github.com/docker/cli/cli/command/container 5.014s
FAIL
Description
Looks like this test has become flaky again, but .. different; e.g. seen failing on #5238
The text was updated successfully, but these errors were encountered: