Merge pull request #22306 from thaJeztah/update-integration-test-network-only
skip TestAuthApi if no network is available
This commit is contained in:
commit
1b4286f40d
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue