From 1946cc6cab72e6e8f23a3a7fb331e82397dd39f2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 3 Oct 2017 17:16:34 +0200 Subject: [PATCH] t/525: remove flaky focus check --- testcases/t/525-i3bar-mouse-bindings.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/testcases/t/525-i3bar-mouse-bindings.t b/testcases/t/525-i3bar-mouse-bindings.t index e67f0df9..57786dea 100644 --- a/testcases/t/525-i3bar-mouse-bindings.t +++ b/testcases/t/525-i3bar-mouse-bindings.t @@ -87,8 +87,6 @@ diag('i3bar window = ' . $i3bar_window); my $left = open_window; my $right = open_window; sync_with_i3; -my $con = $cv->recv; -is($con->{window}, $right->{id}, 'focus is initially on the right container'); sub focus_subtest { my ($subscribecb, $want, $msg) = @_;