t/525: remove flaky focus check

next
Michael Stapelberg 2017-10-03 17:16:34 +02:00
parent 7a672a9d41
commit 1946cc6cab
1 changed files with 0 additions and 2 deletions

View 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) = @_;