Browse code

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 authored on 2022/10/10 21:46:08
Showing 1 changed files
... ...
@@ -432,7 +432,7 @@ func TestGraphdriverPluginV2(t *testing.T) {
432 432
 
433 433
 	// restart the daemon with the plugin set as the storage driver
434 434
 	d.Stop(t)
435
-	d.StartWithBusybox(t, "-s", plugin, "--storage-opt", "overlay2.override_kernel_check=1")
435
+	d.StartWithBusybox(t, "-s", plugin)
436 436
 
437 437
 	testGraphDriver(ctx, t, client, plugin, nil)
438 438
 }