Skip to content

Commit 9ddf522

Browse files
authored
Merge pull request #1141 from AkihiroSuda/fix-TestRunAddHost
CI: unparallelize TestRunAddHost
2 parents d961098 + 75ff587 commit 9ddf522

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)