mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use DockerSuite for PullClientDisconnect test
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
04b0fb6314
commit
9dd6c8822d
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ func (s *DockerTrustSuite) TestTrustedPullWithExpiredSnapshot(c *check.C) {
|
|||
}
|
||||
|
||||
// Test that pull continues after client has disconnected. #15589
|
||||
func (s *DockerTrustSuite) TestPullClientDisconnect(c *check.C) {
|
||||
func (s *DockerSuite) TestPullClientDisconnect(c *check.C) {
|
||||
testRequires(c, Network)
|
||||
|
||||
repoName := "hello-world:latest"
|
||||
|
|
Loading…
Add table
Reference in a new issue