mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Disable flaky tmux test on GitHub Actions
It still failed with the long timeout. No idea why.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user