From 5ce24c5382ec74d60baff8977957a4df9cca8571 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 27 Aug 2015 21:03:42 -0700 Subject: [PATCH] WASAPI: not expected to pass overflow test --- test/overflow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/overflow.c b/test/overflow.c index e0ed719..43b6d22 100644 --- a/test/overflow.c +++ b/test/overflow.c @@ -151,7 +151,8 @@ int main(int argc, char **argv) { "Records for 3 seconds, sleeps for 3 seconds, then you should see at least\n" "one buffer overflow message, then records for 3 seconds.\n" "PulseAudio is not expected to pass this test.\n" - "CoreAudio is not expected to pass this test.\n"); + "CoreAudio is not expected to pass this test.\n" + "WASAPI is not expected to pass this test.\n"); if (!(soundio = soundio_create())) panic("out of memory");