mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Add pipeline.expect to flakey tests
This one fails on Travis sometimes, but I've not been able to reproduce on a real machine.
This commit is contained in:
parent
257c72d8be
commit
ff3fe961f4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if test "$TRAVIS_OS_NAME" = osx
|
|||
end
|
||||
|
||||
# This is a list of flakey tests that often succeed when rerun.
|
||||
set -l TESTS_TO_RETRY bind.expect
|
||||
set -l TESTS_TO_RETRY bind.expect pipeline.expect
|
||||
|
||||
# Set this var to modify behavior of the code being tests. Such as avoiding running
|
||||
# `fish_update_completions` when running tests.
|
||||
|
|
Loading…
Reference in a new issue