mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #22306 from thaJeztah/update-integration-test-network-only
skip TestAuthApi if no network is available
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user