Merge pull request from thaJeztah/update-integration-test-network-only

skip TestAuthApi if no network is available
This commit is contained in:
Alexander Morozov 2016-04-25 14:02:26 -07:00
commit 1b4286f40d

View file

@ -10,6 +10,7 @@ import (
// Test case for #22244
func (s *DockerSuite) TestAuthApi(c *check.C) {
testRequires(c, Network)
config := types.AuthConfig{
Username: "no-user",
Password: "no-password",