mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
log/slog: disable parallel for slog test too
This commit is contained in:
parent
3ee1f2a8d8
commit
49bc424986
1 changed files with 0 additions and 2 deletions
|
@ -274,8 +274,6 @@ func TestCallDepthConnection(t *testing.T) {
|
|||
|
||||
for i, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
// inside spawned test executable
|
||||
const envVar = "SLOGTEST_CALL_DEPTH_CONNECTION"
|
||||
if os.Getenv(envVar) == "1" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue