Merge pull request #15893 from tonistiigi/fix-testsuite

Use DockerSuite for PullClientDisconnect test
This commit is contained in:
Alexander Morozov 2015-08-27 12:30:44 -07:00
commit 0ca2c3abf5

View file

@ -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"