Merge pull request #46519 from rumpl/c8d-skip-config-image
This commit is contained in:
commit
4a276afeb5
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue