mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
integration/plugin: remove deprecated overlay2.override_kernel_check
It's no longer used sincee226aea280Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commitb43a7ac530) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -433,7 +433,7 @@ func TestGraphdriverPluginV2(t *testing.T) {
|
||||
|
||||
// restart the daemon with the plugin set as the storage driver
|
||||
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user