summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-07-08 13:39:43 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-07-08 13:39:43 +0200
commitdac54d0e4345e52ce18a802b0ee22e6bb8696f9a (patch)
treefb387e60ff37855241acb3bdb2e3002441aad20e /src
parent7a256d93001457a4407807f6d78955cc5e2ca4d1 (diff)
Ignored audio device unit tests because Travis doesn't have audio devices
Diffstat (limited to 'src')
-rw-r--r--src/audio.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio.rs b/src/audio.rs
index 0c85666..ffaa6ff 100644
--- a/src/audio.rs
+++ b/src/audio.rs
@@ -64,6 +64,7 @@ pub fn start_listening(pa: &pa::PortAudio, device_index: u32,
}
#[test]
+#[ignore] //ignored because TravisCI doesn't have any audio devices to test with
fn start_listening_returns_successfully() {
// Just a note on unit tests here, portaudio doesn't seem to
// respond well to being initialized many times, and starts