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:
Fabian Homborg 2019-05-19 20:59:03 +02:00
parent 257c72d8be
commit ff3fe961f4

View file

@ -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.