SDL: Skip the Jack audio server test

From f0a8e09f7cce2fa57b37f8dfd3908a7d9497ad9f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 30 Mar 2025 16:17:05 -0700
Subject: [PATCH] Skip the Jack audio server test

The Jack server might not be running even though the libraries are installed.
---
 test/testautomation_audio.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/testautomation_audio.c b/test/testautomation_audio.c
index 1564f05541f2b..af73cc2b6ed01 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",