Ver Fonte

integration/plugin: remove deprecated overlay2.override_kernel_check

It's no longer used since e226aea280efdc18f887e853b5eefd763b602937

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn há 2 anos atrás
pai
commit
b43a7ac530
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      integration/plugin/graphdriver/external_test.go

+ 1 - 1
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
 	// 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)
 }
 }