diff options
| author | Teddy Wing | 2018-10-29 01:11:16 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-29 01:11:16 +0100 | 
| commit | 0742344f0b22ee5174449b400a754323378f484c (patch) | |
| tree | 464235d3b2e852125d979f9a5e68a34e6c4505a2 /src | |
| parent | 9c1c0dd120205cf8ec3e59a529e37b617379eb0d (diff) | |
| download | dome-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.
Diffstat (limited to 'src')
| -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(); | 
