mirror of
https://github.com/docker/cli.git
synced 2026-09-02 10:06:35 -05:00
Allowing the retries to go up to 10 causes the test to always hit the check against ensuring the retry wait went up to 15 seconds. Additionally we have the max download attempts in the code set to 5. This change did not protect against using this test to expose a problem in the underlying code. Remove checks for retry since there may be additional requests before the upload. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Upstream-commit: 5ff82cffeeecfb452a9bc1f1ff5d4f5eb3c8e55b Component: engine