Skip interactive tests on macOS on Travis

These just add noise since Travis' macOS machines are apparently
hopelessly overloaded.

Fixes my sanity.
This commit is contained in:
Fabian Homborg 2018-02-06 18:36:47 +01:00
parent 54c9d57e42
commit aa31fb92f2

View file

@ -4,6 +4,11 @@
# should be running it via `make test` to ensure the environment is properly
# setup.
if test "$TRAVIS_OS_NAME" = osx
echo "Skipping interactive tests on macOS on Travis"
exit 0
end
# This is a list of flakey tests that often succeed when rerun.
set TESTS_TO_RETRY bind.expect