From 3c280b08b5009604d7dd14d0d01d6491f5450ee6 Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Tue, 11 Feb 2025 13:54:37 +0100
Subject: [PATCH] community/wacomtablet: disable broken X11 tests

I swear I did this already but I guess it got lost somewhere...
---
 community/wacomtablet/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/wacomtablet/APKBUILD b/community/wacomtablet/APKBUILD
index b8f0e5c47eda..85240b0af931 100644
--- a/community/wacomtablet/APKBUILD
+++ b/community/wacomtablet/APKBUILD
@@ -50,7 +50,7 @@ build() {
 }
 
 check() {
-	xwfb-run -- ctest --test-dir build -E "Test.KDED.DBusTabletService"
+	xwfb-run -- ctest --test-dir build -E "Test.KDED.(DBusTabletService|XInputAdaptor|XsetWacomAdaptor)"
 }
 
 package() {
-- 
GitLab