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:
parent
f51c5e1a5c
commit
e3d8e979de
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue