Skip to content

test: disable hold gestures when are not required

Certain tests that make use of verify_left_handed_touch_motion can fail depending on how quick they are executed, specially when using Valgrind.

Instead of ignoring the hold end event, use the existing mechanism to disable hold gestures where we are not interested in them.

Examples of pipelines failing: !754 (merged) & !755 (merged)

Merge request reports