diff --git a/api/log_test.go b/api/log_test.go index a1a7abbe..3bd2542e 100644 --- a/api/log_test.go +++ b/api/log_test.go @@ -65,8 +65,6 @@ func TestLogWithCheckingPanic(t *testing.T) { // https://github.com/golang/go/wiki/CommonMistakes#using-goroutines-on-loop-iterator-variables tc := tc t.Run(tc.name, func(t *testing.T) { - t.Parallel() - got := "" f := func(statusCode int, err error) { got = fmt.Sprintf(logStr, statusCode, err)