Skip to content

Commit 8a82146

Browse files
authored
Merge pull request #1409 from fahedouch/follow-up-fix-stdin
follow-up TestLoadStdinFromPipe
2 parents 37c681b + ea90e56 commit 8a82146

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/nerdctl/load_linux_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ import (
2929
)
3030

3131
func TestLoadStdinFromPipe(t *testing.T) {
32-
t.Parallel()
3332
base := testutil.NewBase(t)
3433

3534
tmp := t.TempDir()
3635
base.Cmd("pull", testutil.CommonImage).AssertOK()
3736
base.Cmd("save", testutil.CommonImage, "-o", filepath.Join(tmp, "common.tar")).AssertOK()
38-
37+
base.Cmd("rmi", testutil.CommonImage).AssertOK()
3938
loadCmd := strings.Join(base.Cmd("load").Command, " ")
4039
output := filepath.Join(tmp, "output")
4140

0 commit comments

Comments
 (0)