Skip to content

Commit 0abcf29

Browse files
committed
tests: de-parallelize TestImageConvert/soci
An attempt to deflake it Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent e721fde commit 0abcf29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/nerdctl/image/image_convert_linux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func TestImageConvert(t *testing.T) {
9292
},
9393
{
9494
Description: "soci",
95+
NoParallel: true,
9596
Require: require.All(
9697
require.Not(nerdtest.Docker),
9798
nerdtest.Soci,
@@ -110,6 +111,7 @@ func TestImageConvert(t *testing.T) {
110111
},
111112
{
112113
Description: "soci with all-platforms",
114+
NoParallel: true,
113115
Require: require.All(
114116
require.Not(nerdtest.Docker),
115117
nerdtest.Soci,

0 commit comments

Comments
 (0)