diff --git a/integration/plugin/graphdriver/external_test.go b/integration/plugin/graphdriver/external_test.go index 1113502638..41b9b212f0 100644 --- a/integration/plugin/graphdriver/external_test.go +++ b/integration/plugin/graphdriver/external_test.go @@ -45,6 +45,7 @@ type graphEventsCounter struct { } func TestExternalGraphDriver(t *testing.T) { + skip.If(t, testEnv.UsingSnapshotter()) skip.If(t, runtime.GOOS == "windows") skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") skip.If(t, !requirement.HasHubConnectivity(t)) @@ -404,6 +405,7 @@ func testGraphDriverPull(c client.APIClient, d *daemon.Daemon) func(*testing.T) } func TestGraphdriverPluginV2(t *testing.T) { + skip.If(t, testEnv.UsingSnapshotter()) skip.If(t, runtime.GOOS == "windows") skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") skip.If(t, !requirement.HasHubConnectivity(t))