mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-22 00:01:06 +00:00
test(windows): serialize media player environment access (#2619)
This commit is contained in:
@@ -450,6 +450,7 @@ mod tests {
|
||||
#[cfg(windows)]
|
||||
#[test]
|
||||
fn windows_media_player_reports_invalid_media_without_waiting_for_timeout() {
|
||||
let _lock = crate::integration::integration_env_lock();
|
||||
let path = temp_sound_path();
|
||||
std::fs::write(&path, b"not an mp3").unwrap();
|
||||
let output = run_windows_player(&path).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user