Created
October 20, 2015 20:49
-
-
Save runcom/06df79b8e7eee7e419a9 to your computer and use it in GitHub Desktop.
flaky?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------- | |
FAIL: docker_cli_pull_test.go:106: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry | |
docker_cli_pull_test.go:130: | |
c.Assert(splitLatest, checker.DeepEquals, splitCurrent, check.Commentf("busybox:latest was changed after pulling all tags")) | |
... obtained []string = []string{"busybox", "latest", "0064fda8c45d", "6", "days", "ago", "1.113", "MB"} | |
... expected []string = []string{"busybox", "latest", "0292957ea1dd", "6", "days", "ago", "1.113", "MB"} | |
... busybox:latest was changed after pulling all tags | |
---------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment