tests: unflake tests by not starting i3bar

This commit is contained in:
Michael Stapelberg
2017-09-14 13:35:26 +02:00
parent 363417e010
commit 24462f98ae
3 changed files with 15 additions and 0 deletions

View 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