1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #40016 from thaJeztah/fix_dockernetworksuite

integration-cli: fix DockerNetworkSuite not being run
This commit is contained in:
Kirill Kolyshkin 2019-09-30 10:54:03 -07:00 committed by GitHub
commit 09ee529cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {