mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Since 24237 has been merged, it is not necessary to require network for swarm integration tests (`integration-cli/docker_api_swarm_test.go`) any more. This fix removes testRequires(c, Network) from swarm integration tests. This fix could be verified by disable networking, and all related tests pass. This fix is related to 24547, 24490, 24237. This fix fixes 24547. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 85c9ef8a47fcf552ae9f436e7c00340dacf03030 Component: engine