diff --git a/test/testautomation_audio.c b/test/testautomation_audio.c index 1564f05541..af73cc2b6e 100644 --- a/test/testautomation_audio.c +++ b/test/testautomation_audio.c @@ -67,6 +67,9 @@ static SDL_bool DriverIsProblematic(const char *driver) */ "dsp", + /* Jack isn't always configured properly on end user systems */ + "jack", + /* OpenBSD sound API. Can be used on Linux, but very rare. */ "sndio",