From 0742344f0b22ee5174449b400a754323378f484c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Oct 2018 01:11:16 +0100 Subject: sounds: Ignore "test" that plays sounds It's not exactly a real test, more of a smoke test. And it plays the actual audio, which isn't ideal when running the test suite. --- src/sounds.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(); -- cgit v1.2.3