Forráskód Böngészése

c8d: Skip TestRemoveImageGarbageCollector

This test checks how the layer store works, so we don't need it when we
use containerd as image store

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
Djordje Lukic 1 éve
szülő
commit
28861e0c47
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      integration/image/remove_unix_test.go

+ 1 - 0
integration/image/remove_unix_test.go

@@ -33,6 +33,7 @@ func TestRemoveImageGarbageCollector(t *testing.T) {
 	skip.If(t, testEnv.DaemonInfo.OSType != "linux")
 	skip.If(t, testEnv.NotAmd64)
 	skip.If(t, testEnv.IsRootless, "rootless mode doesn't support overlay2 on most distros")
+	skip.If(t, testEnv.UsingSnapshotter, "tests the graph driver layer store that's not used with the containerd image store")
 
 	ctx := testutil.StartSpan(baseContext, t)