integration-cli: Skip Parent tests with c8d
Parent property is not available in the OCI config. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
parent
3614749b55
commit
1337a66130
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ func (s *DockerCLISaveLoadSuite) TestLoadZeroSizeLayer(c *testing.T) {
|
|||
|
||||
func (s *DockerCLISaveLoadSuite) TestSaveLoadParents(c *testing.T) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
skip.If(c, testEnv.UsingSnapshotter(), "Parent image property is not supported with containerd")
|
||||
|
||||
makeImage := func(from string, addfile string) string {
|
||||
var out string
|
||||
|
|
Loading…
Add table
Reference in a new issue