Merge pull request #21437 from tiborvass/fix-hub-test
test: Do not check error message from hub, it is not needed Upstream-commit: bc3b07e1159c4e9de29250f8af86accd740b6459 Component: engine
This commit is contained in:
@ -653,7 +653,6 @@ func (s *DockerSuite) TestPushToCentralRegistryUnauthorized(c *check.C) {
|
||||
out, _, err := dockerCmdWithError("push", repoName)
|
||||
c.Assert(err, check.NotNil, check.Commentf(out))
|
||||
c.Assert(out, check.Not(checker.Contains), "Retrying")
|
||||
c.Assert(out, checker.Contains, "unauthorized: authentication required")
|
||||
}
|
||||
|
||||
func getTestTokenService(status int, body string) *httptest.Server {
|
||||
|
||||
Reference in New Issue
Block a user