From b43a7ac5302ee10a9bf8f98776209e809e33b3f3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 10 Oct 2022 14:46:08 +0200 Subject: [PATCH] integration/plugin: remove deprecated overlay2.override_kernel_check It's no longer used since e226aea280efdc18f887e853b5eefd763b602937 Signed-off-by: Sebastiaan van Stijn --- integration/plugin/graphdriver/external_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/plugin/graphdriver/external_test.go b/integration/plugin/graphdriver/external_test.go index 7eaec7a861..8b14754467 100644 --- a/integration/plugin/graphdriver/external_test.go +++ b/integration/plugin/graphdriver/external_test.go @@ -432,7 +432,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) }