Skip to content

Commit

Permalink
test: don't run the test_styli test on all devices
Browse files Browse the repository at this point in the history
A few lines down we check for libwacom_has_stylus to trigger this test
so let's go with that one only.
  • Loading branch information
whot committed Nov 7, 2024
1 parent f400fbc commit 603c8a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-tablet-validity.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 603c8a5

Please sign in to comment.