From c4764c184a9da390a730a5dd1df54993d088d940 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 15 May 2018 15:01:03 +0200 Subject: [PATCH] Fix logging test type Signed-off-by: Vincent Demeester Upstream-commit: 25494e4c74f31551ef06e6e2df4e1119cd83250e Component: engine --- components/engine/integration/plugin/logging/logging_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/engine/integration/plugin/logging/logging_test.go b/components/engine/integration/plugin/logging/logging_test.go index 7c118caa29..ad2336fc64 100644 --- a/components/engine/integration/plugin/logging/logging_test.go +++ b/components/engine/integration/plugin/logging/logging_test.go @@ -9,7 +9,6 @@ import ( "time" "github.com/docker/docker/api/types" - "github.com/docker/docker/api/types/volume" "github.com/docker/docker/integration/internal/container" "github.com/docker/docker/internal/test/daemon" "github.com/gotestyourself/gotestyourself/assert" @@ -30,10 +29,6 @@ func TestContinueAfterPluginCrash(t *testing.T) { cancel() defer client.PluginRemove(context.Background(), "test", types.PluginRemoveOptions{Force: true}) - v, err := client.VolumeCreate(context.Background(), volume.VolumesCreateBody{}) - assert.Assert(t, err) - defer client.VolumeRemove(context.Background(), v.Name, true) - ctx, cancel = context.WithTimeout(context.Background(), 60*time.Second) id := container.Run(t, ctx, client,