Skip to content

Commit 786b27e

Browse files
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

File tree

extractor/src/tests/config_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ fn test_from_env_secret_file_not_found() {
196196
}
197197

198198
#[test]
199+
#[serial]
199200
fn test_musicbrainz_dump_url_default() {
200201
unsafe {
201202
std::env::remove_var("MUSICBRAINZ_DUMP_URL");

0 commit comments

Comments
 (0)