mirror of
https://github.com/moby/moby.git
synced 2026-08-08 00:52:17 +00:00
Merge pull request #40016 from thaJeztah/fix_dockernetworksuite
integration-cli: fix DockerNetworkSuite not being run
This commit is contained in:
@@ -132,7 +132,7 @@ func TestDockerExternalVolumeSuite(t *testing.T) {
|
||||
func TestDockerNetworkSuite(t *testing.T) {
|
||||
ensureTestEnvSetup(t)
|
||||
testRequires(t, DaemonIsLinux)
|
||||
suite.Run(t, &DockerExternalVolumeSuite{ds: &DockerSuite{}})
|
||||
suite.Run(t, &DockerNetworkSuite{ds: &DockerSuite{}})
|
||||
}
|
||||
|
||||
func TestDockerHubPullSuite(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user