Skip to content

Commit 75ff587

Browse files
committed
CI: unparallelize TestRunAddHost
May fix issue 1127 Signed-off-by: Akihiro Suda <[email protected]>
1 parent d961098 commit 75ff587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/run_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func TestRunIpcHost(t *testing.T) {
8787
}
8888

8989
func TestRunAddHost(t *testing.T) {
90-
t.Parallel()
90+
// Not parallelizable (https://github.com/containerd/nerdctl/issues/1127)
9191
base := testutil.NewBase(t)
9292
base.Cmd("run", "--rm", "--add-host", "testing.example.com:10.0.0.1", testutil.AlpineImage, "cat", "/etc/hosts").AssertOutWithFunc(func(stdout string) error {
9393
var found bool

0 commit comments

Comments
 (0)