From: Michael Stapelberg Date: Thu, 14 Sep 2017 15:48:37 +0000 (+0200) Subject: tests: unflake t/257-keypress-group1-fallback.t (#2946) X-Git-Tag: 4.14.1~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b421799d9c4cd6f866963f9efc6a992d91e35221;p=i3%2Fi3 tests: unflake t/257-keypress-group1-fallback.t (#2946) fixes #2944 --- diff --git a/testcases/t/257-keypress-group1-fallback.t b/testcases/t/257-keypress-group1-fallback.t index 212dfd15..843b8fe6 100644 --- a/testcases/t/257-keypress-group1-fallback.t +++ b/testcases/t/257-keypress-group1-fallback.t @@ -89,6 +89,9 @@ is(listen_for_binding( sync_with_i3; is(scalar @i3test::XTEST::binding_events, 4, 'Received exactly 4 binding events'); +# Disable the grp:alt_shift_toggle option, as we use Alt+Shift in other testcases. +system(q|setxkbmap us -option|); + exit_gracefully($pid); }