Merge pull request #46519 from rumpl/c8d-skip-config-image

This commit is contained in:
Djordje Lukic 2023-09-29 13:57:48 +02:00 committed by GitHub
commit 4a276afeb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,6 +187,7 @@ func (s *DockerRegistrySuite) TestRemoveImageByDigest(c *testing.T) {
}
func (s *DockerRegistrySuite) TestBuildByDigest(c *testing.T) {
skip.If(c, testEnv.UsingSnapshotter(), "Config.Image is not created with containerd, buildkit doesn't set it either")
digest, err := setupImage(c)
assert.NilError(c, err, "error setting up image")