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

Commit f0dcb56

Browse files
committed
integration-cli: fix DockerNetworkSuite not being run
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 5c891ea9ca9084e81429395d99fdad451d2cffaf) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: adcd369285cb0983c7d824c0ce6fda916a1dfa7c Component: engine
1 parent 1a7a263 commit f0dcb56

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)