mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 05:40:10 +01:00
test: don't run the tool switch test on tablets that require forced prox out
This test only worked because we're emulating events that the device never sends that way. Just skip the test, devices that require a forced prox out probably don't handle (or even have) erasers ayway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5eb294e434
commit
e8860fcf55
1 changed files with 1 additions and 1 deletions
|
|
@ -5932,7 +5932,7 @@ TEST_COLLECTION(tablet)
|
|||
litest_add("tablet:tool", tool_user_data, LITEST_TABLET | LITEST_TOOL_SERIAL, LITEST_ANY);
|
||||
litest_add("tablet:tool", tool_capability, LITEST_TABLET, LITEST_ANY);
|
||||
litest_add_no_device("tablet:tool", tool_capabilities);
|
||||
litest_add("tablet:tool", tool_type, LITEST_TABLET, LITEST_ANY);
|
||||
litest_add("tablet:tool", tool_type, LITEST_TABLET, LITEST_FORCED_PROXOUT);
|
||||
litest_add("tablet:tool", tool_in_prox_before_start, LITEST_TABLET, LITEST_TOTEM);
|
||||
litest_add("tablet:tool", tool_direct_switch_skip_tool_update, LITEST_TABLET, LITEST_ANY);
|
||||
litest_add("tablet:tool", tool_direct_switch_with_forced_proxout, LITEST_TABLET, LITEST_ANY);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue