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