Skip to content

Commit adf34ca

Browse files
committed
fix ci failures about soci
Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 060469a commit adf34ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmd/nerdctl/container/container_run_soci_linux_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func TestRunSoci(t *testing.T) {
3636

3737
testCase.Require = require.All(
3838
require.Not(nerdtest.Docker),
39+
require.Amd64,
3940
nerdtest.Soci,
4041
)
4142

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)