diff --git a/integration/plugin/logging/logging_test.go b/integration/plugin/logging/logging_test.go index 7c118caa29..ad2336fc64 100644 --- a/integration/plugin/logging/logging_test.go +++ b/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,