aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-10-29 01:11:16 +0100
committerTeddy Wing2018-10-29 01:11:16 +0100
commit0742344f0b22ee5174449b400a754323378f484c (patch)
tree464235d3b2e852125d979f9a5e68a34e6c4505a2
parent9c1c0dd120205cf8ec3e59a529e37b617379eb0d (diff)
downloaddome-key-map-0742344f0b22ee5174449b400a754323378f484c.tar.bz2
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.
-rw-r--r--src/sounds.rs1
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();