-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Description
Steps to reproduce the issue:
- checkout moby/moby@a9358df
- edit
hack/dockerfile/binaries-commitsto use 8df4cd1, instead of the default 3dfb834 make test-integration-cli
Describe the results you received:
some tests fails deterministically
e.g.
----------------------------------------------------------------------
FAIL: docker_cli_rmi_test.go:227: DockerSuite.TestRmiContainerImageNotFound
docker_cli_rmi_test.go:248:
// The image of the running container should not be removed.
c.Assert(err, checker.NotNil)
... value = nil
Describe the results you expected:
CLI should not break existing tests
Reactions are currently unavailable