Disable tmux tests for now

These are just broken at the moment
This commit is contained in:
Fabian Homborg 2021-04-19 16:15:01 +02:00
parent e8a6d31aea
commit 04f1254c94

View File

@ -3,6 +3,9 @@
# Don't run this on GitHub Actions since it's flaky.
#REQUIRES: test "$CI" != true
# HACK: THIS IS DISABLED for now, since it doesn't work at the moment.
#REQUIRES: false
# Don't inflict relative XDG paths on tmux, or it will be confused.
set -gx XDG_DATA_HOME (builtin realpath $XDG_DATA_HOME)
set -gx XDG_CONFIG_HOME (builtin realpath $XDG_CONFIG_HOME)