]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/504-move-workspace-to-output.t
tests: unflake tests by not starting i3bar
[i3/i3] / testcases / t / 504-move-workspace-to-output.t
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