From 603c8a59e3529eded9afa6dec81f710decc81797 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Nov 2024 15:09:28 +1000 Subject: [PATCH] test: don't run the test_styli test on all devices A few lines down we check for libwacom_has_stylus to trigger this test so let's go with that one only. --- test/test-tablet-validity.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-tablet-validity.c b/test/test-tablet-validity.c index 03742d77..c20e582e 100644 --- a/test/test-tablet-validity.c +++ b/test/test-tablet-validity.c @@ -429,7 +429,6 @@ static void setup_tests(WacomDevice *device) add_test(device, test_matches); add_test(device, test_matches_vidpid); add_test(device, test_buttons); - add_test(device, test_styli); add_test(device, test_rings); add_test(device, test_strips); add_test(device, test_dials);