Skip to content

Commit 7b8edba

Browse files
committed
Remove leftover workaround for fixed bug
Signed-off-by: apostasie <[email protected]>
1 parent bdc0076 commit 7b8edba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/nerdctl/container/container_commit_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ func TestCommit(t *testing.T) {
6363
},
6464
Setup: func(data test.Data, helpers test.Helpers) {
6565
identifier := data.Identifier()
66-
// See note above about docker failing.
67-
if nerdtest.IsDocker() {
68-
helpers.Ensure("pull", testutil.CommonImage)
69-
}
7066
helpers.Ensure("run", "-d", "--name", identifier, testutil.CommonImage, "sleep", "infinity")
7167
nerdtest.EnsureContainerStarted(helpers, identifier)
7268
helpers.Ensure("exec", identifier, "sh", "-euxc", `echo hello-test-commit > /foo`)

0 commit comments

Comments
 (0)