浏览代码

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>
Paweł Gronowski 1 年之前
父节点
当前提交
1337a66130
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration-cli/docker_cli_save_load_test.go

+ 1 - 0
integration-cli/docker_cli_save_load_test.go

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