diff --git a/cgo/cgo_test.go b/cgo/cgo_test.go index 65ac14954..d057584cb 100644 --- a/cgo/cgo_test.go +++ b/cgo/cgo_test.go @@ -25,8 +25,6 @@ func TestCGo(t *testing.T) { for _, name := range []string{"basic", "errors", "types", "flags"} { name := name // avoid a race condition t.Run(name, func(t *testing.T) { - t.Parallel() - // Read the AST in memory. path := filepath.Join("testdata", name+".go") fset := token.NewFileSet()