Skip to content

Commit 5419664

Browse files
committed
Remove fixed-bug workaround
Fixed in containerd#3618 Signed-off-by: apostasie <[email protected]>
1 parent acbec64 commit 5419664

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cmd/nerdctl/container/container_commit_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ func TestCommit(t *testing.T) {
3636
helpers.Anyhow("rmi", "-f", data.Identifier())
3737
},
3838
Setup: func(data test.Data, helpers test.Helpers) {
39-
// FIXME: short of pulling first, docker will fail to start the container.
40-
// Debugging shows container exited immediately. Nothing in the container logs. Not much in journalctl.
41-
// It is not clear what is happening.
42-
if nerdtest.IsDocker() {
43-
helpers.Ensure("pull", testutil.CommonImage)
44-
}
4539
helpers.Ensure("run", "-d", "--name", data.Identifier(), testutil.CommonImage, "sleep", "infinity")
46-
nerdtest.EnsureContainerStarted(helpers, data.Identifier())
4740
helpers.Ensure("exec", data.Identifier(), "sh", "-euxc", `echo hello-test-commit > /foo`)
4841
},
4942
Command: func(data test.Data, helpers test.Helpers) test.TestableCommand {

0 commit comments

Comments
 (0)