From ff3fe961f4aa8d997ea2f65e309162161fc7df71 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 19 May 2019 20:59:03 +0200 Subject: [PATCH] Add pipeline.expect to flakey tests This one fails on Travis sometimes, but I've not been able to reproduce on a real machine. --- tests/interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interactive.fish b/tests/interactive.fish index f6a05a12b..3f151ab07 100644 --- a/tests/interactive.fish +++ b/tests/interactive.fish @@ -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.