Commit 786b27e
fix: add missing #[serial] to test_musicbrainz_dump_url_default (#274)
The test calls env::remove_var but lacked #[serial], allowing it to
race with the serial test_musicbrainz_dump_url_from_env that sets the
same env var — causing flaky CI failures.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a245ec7 commit 786b27e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments