mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
Merge pull request #46868 from vvoland/c8d-skip-TestListDanglingImagesWithDigests
c8d/integration-cli: Skip part of TestListDanglingImagesWithDigests
This commit is contained in:
@@ -326,6 +326,9 @@ func (s *DockerRegistrySuite) TestListImagesWithDigests(c *testing.T) {
|
||||
}
|
||||
|
||||
func (s *DockerRegistrySuite) TestListDanglingImagesWithDigests(c *testing.T) {
|
||||
// See https://github.com/moby/moby/pull/46856
|
||||
skip.If(c, testEnv.UsingSnapshotter(), "dangling=true filter behaves a bit differently with c8d")
|
||||
|
||||
// setup image1
|
||||
digest1, err := setupImageWithTag(c, "dangle1")
|
||||
assert.NilError(c, err, "error setting up image")
|
||||
|
||||
Reference in New Issue
Block a user