diff options
Diffstat (limited to 'src/sounds.rs')
| -rw-r--r-- | src/sounds.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sounds.rs b/src/sounds.rs index 152e7b2..21d5f87 100644 --- a/src/sounds.rs +++ b/src/sounds.rs @@ -36,6 +36,7 @@ mod tests { use super::*; #[test] + #[ignore] fn play_audio_plays_audio() { play_mode_activated().unwrap(); play_mode_deactivated().unwrap(); |
