summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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