selftests/hid: wacom: fix confidence tests
authorBenjamin Tissoires <bentiss@kernel.org>
Wed, 17 Jan 2024 13:27:15 +0000 (14:27 +0100)
committerBenjamin Tissoires <bentiss@kernel.org>
Thu, 18 Jan 2024 08:15:38 +0000 (09:15 +0100)
commit4d695869d3fb952d6f690bec0260ffe2a8b99b37
tree60d93bf01f273a2acd106e79b0fe68d98a8b9984
parenta9f1da09c69f13ef471db8b22107a28042d230ca
selftests/hid: wacom: fix confidence tests

The device is exported with a fuzz of 4, meaning that the `+ t` here
is removed by the fuzz algorithm, making those tests failing.

Not sure why, but when I run this locally it was passing, but not in the
VM of the CI.

Fixes: b0fb904d074e ("HID: wacom: Add additional tests of confidence behavior")
Link: https://gitlab.freedesktop.org/bentiss/hid/-/jobs/53692957#L3315
Acked-by: Jason Gerecke <jason.gerecke@wacom.com>
Link: https://lore.kernel.org/r/20240117-b4-wip-wacom-tests-fixes-v1-1-f317784f3c36@kernel.org
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
tools/testing/selftests/hid/tests/test_wacom_generic.py