Merge pull request #22306 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

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