]> git.sur5r.net Git - i3/i3/commitdiff
t/525: remove flaky focus check
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 3 Oct 2017 15:16:34 +0000 (17:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Oct 2017 19:06:13 +0000 (21:06 +0200)
testcases/t/525-i3bar-mouse-bindings.t

index e67f0df9909eb9389f8be3f18b57c974eda7aa97..57786deaf2f8bc6e727498f61268ce450ee4e88d 100644 (file)
@@ -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) = @_;