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

Commit c153b47

Browse files
authored
Merge pull request #389 from thaJeztah/19.03_backport_fix_dockernetworksuite
[19.03 backport] integration-cli: fix DockerNetworkSuite not being run Upstream-commit: 060997ca6be2fb41344237842e66d16ef4cc67e3 Component: engine
2 parents 1a7a263 + f0dcb56 commit c153b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/integration-cli/check_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func TestDockerExternalVolumeSuite(t *testing.T) {
132132
func TestDockerNetworkSuite(t *testing.T) {
133133
ensureTestEnvSetup(t)
134134
testRequires(t, DaemonIsLinux)
135-
suite.Run(t, &DockerExternalVolumeSuite{ds: &DockerSuite{}})
135+
suite.Run(t, &DockerNetworkSuite{ds: &DockerSuite{}})
136136
}
137137

138138
func TestDockerHubPullSuite(t *testing.T) {

0 commit comments

Comments
 (0)