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>
This commit is contained in:
Djordje Lukic 2023-09-18 14:35:57 +02:00
parent a1833d8b4d
commit 28861e0c47
No known key found for this signature in database

View file

@ -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)