diff --git a/repos/os/run/input_filter.run b/repos/os/run/input_filter.run index 173177f91b..f7487df4cb 100644 --- a/repos/os/run/input_filter.run +++ b/repos/os/run/input_filter.run @@ -4,6 +4,10 @@ proc test_char_repeat { } { # Qemu if {[have_include "power_on/qemu"]} { return 0 } + # the legacy PIT timer driver is too inaccurate to produce stable results + # for the character-repeat test + if {[binary_name_timer] == "pit_timer_drv"} { return 0 } + return 1 }