integration-cli/TestSaveAndLoadWithProgressBar: Skip with c8d

Not implemented yet, but we have an open ticket.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski 2023-09-22 13:17:31 +02:00
parent f51c5e1a5c
commit e3d8e979de
No known key found for this signature in database
GPG key ID: B85EFCFE26DEF92A

View file

@ -16,6 +16,7 @@ import (
"github.com/docker/docker/testutil"
"gotest.tools/v3/assert"
"gotest.tools/v3/icmd"
"gotest.tools/v3/skip"
)
// save a repo and try to load it using stdout
@ -71,6 +72,9 @@ func (s *DockerCLISaveLoadSuite) TestSaveAndLoadRepoStdout(c *testing.T) {
}
func (s *DockerCLISaveLoadSuite) TestSaveAndLoadWithProgressBar(c *testing.T) {
// TODO(vvoland): https://github.com/moby/moby/issues/43910
skip.If(c, testEnv.UsingSnapshotter(), "TODO: Not implemented yet")
name := "test-load"
buildImageSuccessfully(c, name, build.WithDockerfile(`FROM busybox
RUN touch aa