Skip to content

Commit f0a8e09

Browse files
committed
Skip the Jack audio server test
The Jack server might not be running even though the libraries are installed.
1 parent 2e4c12c commit f0a8e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/testautomation_audio.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ static SDL_bool DriverIsProblematic(const char *driver)
6767
*/
6868
"dsp",
6969

70+
/* Jack isn't always configured properly on end user systems */
71+
"jack",
72+
7073
/* OpenBSD sound API. Can be used on Linux, but very rare. */
7174
"sndio",
7275

0 commit comments

Comments
 (0)