mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration/plugin: remove deprecated overlay2.override_kernel_check
It's no longer used since e226aea280
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c9d2b7df77
commit
b43a7ac530
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ func TestGraphdriverPluginV2(t *testing.T) {
|
||||||
|
|
||||||
// restart the daemon with the plugin set as the storage driver
|
// restart the daemon with the plugin set as the storage driver
|
||||||
d.Stop(t)
|
d.Stop(t)
|
||||||
d.StartWithBusybox(t, "-s", plugin, "--storage-opt", "overlay2.override_kernel_check=1")
|
d.StartWithBusybox(t, "-s", plugin)
|
||||||
|
|
||||||
testGraphDriver(ctx, t, client, plugin, nil)
|
testGraphDriver(ctx, t, client, plugin, nil)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue