]> git.sur5r.net Git - i3/i3/commitdiff
tests: unflake tests by not starting i3bar
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 14 Sep 2017 11:35:26 +0000 (13:35 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Sep 2017 14:13:27 +0000 (16:13 +0200)
testcases/t/264-dock-criteria.t
testcases/t/504-move-workspace-to-output.t
testcases/t/526-reconfigure-dock.t

index d4b3b689565ee2caa39d0f65c90dba815c540f99..1eddba713b0e1ae3309206cc2d233fcdf653f87f 100644 (file)
 use i3test i3_config => <<EOT;
 # i3 config file (v4)
 for_window [class="dock"] move workspace current
+
+bar {
+    # Disable i3bar, which is also a dock client.
+    i3bar_command :
+}
 EOT
 
 my $ws = fresh_workspace();
index b62dc21943a52aa2f38d31e3665ecfc4ca62b7e5..c2d4bc9e9f9ac07cc2667e1dd83877828f8d77df 100644 (file)
@@ -22,6 +22,11 @@ use i3test i3_config => <<EOT;
 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 
 fake-outputs 1024x768+0+0,1024x768+1024+0
+
+bar {
+    # Disable i3bar.
+    i3bar_command :
+}
 EOT
 
 # TODO: get rid of smartmatch in this test
index 19887ac101ecaf5bd04aa52cefdf7cde17e66525..234fd1da7e014dc650340c0b1586d9fc7dfa2e06 100644 (file)
@@ -21,6 +21,11 @@ use i3test i3_config => <<EOT;
 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 
 fake-outputs 1024x768+0+0,1024x768+1024+0
+
+bar {
+    # Disable i3bar, which is also a dock client.
+    i3bar_command :
+}
 EOT
 
 my ($window, $rect);