Commit 081771e
fix: Remove t.Parallel from tests that modify os.Stderr
These tests modify os.Stderr to capture output, which is a global
variable that cannot be safely accessed in parallel. Add nolint
comments explaining why t.Parallel cannot be used.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 13cec54 commit 081771e
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | | - | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
169 | 174 | | |
170 | | - | |
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
| |||
0 commit comments