Disable flaky tmux test on GitHub Actions

It still failed with the long timeout. No idea why.
This commit is contained in:
Johannes Altmanninger
2021-03-26 07:35:01 +01:00
parent cd1f0cc5d5
commit 4f00ccfd16

View File

@@ -1,11 +1,13 @@
#RUN: %fish -C 'set -g fish %fish' %s
#REQUIRES: command -v tmux
# Don't run this on GitHub Actions since it's flaky.
#REQUIRES: test "$CI" != true
# Isolated tmux.
set -g tmpdir (mktemp -d)
set -g tmux tmux -S $tmpdir/.tmux-socket -f /dev/null
set -g sleep sleep .6 # We got occasional failures in the CI with 0.3
set -g sleep sleep .1
set fish (realpath $fish)
cd $tmpdir