From aa31fb92f209b89446aaecff10e07e66f89cd8a0 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 6 Feb 2018 18:36:47 +0100 Subject: [PATCH] Skip interactive tests on macOS on Travis These just add noise since Travis' macOS machines are apparently hopelessly overloaded. Fixes my sanity. --- tests/interactive.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/interactive.fish b/tests/interactive.fish index 87c8717e1..41552f615 100644 --- a/tests/interactive.fish +++ b/tests/interactive.fish @@ -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