mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:10:24 +08:00
Disable tmux tests for now
These are just broken at the moment
This commit is contained in:
parent
e8a6d31aea
commit
04f1254c94
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user