mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
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:
parent
54c9d57e42
commit
aa31fb92f2
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
||||||
# should be running it via `make test` to ensure the environment is properly
|
# should be running it via `make test` to ensure the environment is properly
|
||||||
# setup.
|
# 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.
|
# This is a list of flakey tests that often succeed when rerun.
|
||||||
set TESTS_TO_RETRY bind.expect
|
set TESTS_TO_RETRY bind.expect
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue