mirror of
https://github.com/i3/i3.git
synced 2026-03-29 19:25:38 +00:00
t/525: remove flaky focus check
This commit is contained in:
@ -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) = @_;
|
||||
|
||||
Reference in New Issue
Block a user