Fix logging test type

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 25494e4c74f31551ef06e6e2df4e1119cd83250e
Component: engine
This commit is contained in:
Vincent Demeester
2018-05-15 15:04:46 +02:00
parent 6c90b56fe9
commit c4764c184a
@@ -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,