Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #389 from thaJeztah/19.03_backport_fix_dockernetwo…
Browse files Browse the repository at this point in the history
…rksuite

[19.03 backport] integration-cli: fix DockerNetworkSuite not being run
  • Loading branch information
kolyshkin committed Sep 30, 2019
2 parents b6a7124 + adcd369 commit 060997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 060997c

Please sign in to comment.