log/slog: disable parallel for slog test too

This commit is contained in:
Örjan Fors 2025-03-05 23:33:23 +01:00
parent 3ee1f2a8d8
commit 49bc424986

View file

@ -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" {