Skip to content

Commit bb636e1

Browse files
committed
debug
Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 060469a commit bb636e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/nerdctl/container/container_run_soci_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestRunSoci(t *testing.T) {
5656
}
5757

5858
testCase.Command = func(data test.Data, helpers test.Helpers) test.TestableCommand {
59-
return helpers.Command("--snapshotter=soci", "run", "--rm", testutil.FfmpegSociImage)
59+
return helpers.Command("--snapshotter=soci", "run", "--quiet", "--rm", testutil.FfmpegSociImage, "ls", "/")
6060
}
6161

6262
testCase.Expected = func(data test.Data, helpers test.Helpers) *test.Expected {

cmd/nerdctl/image/image_convert_linux_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func TestImageConvert(t *testing.T) {
3838
require.Not(require.Windows),
3939
require.Not(nerdtest.Docker),
4040
),
41+
NoParallel: true,
4142
Setup: func(data test.Data, helpers test.Helpers) {
4243
helpers.Ensure("pull", "--quiet", "--all-platforms", testutil.CommonImage)
4344
},

0 commit comments

Comments
 (0)