Don't run end2end tests on macOS anymore
They are just too flaky on macOS to be useful, and I have no idea how to make things more stable there
This commit is contained in:
parent
481dec067d
commit
81bfa81448
@ -26,7 +26,7 @@ elif [[ $TESTENV == shellcheck ]]; then
|
|||||||
koalaman/shellcheck:latest "${scripts[@]}"
|
koalaman/shellcheck:latest "${scripts[@]}"
|
||||||
else
|
else
|
||||||
args=()
|
args=()
|
||||||
[[ $TRAVIS_OS_NAME == osx ]] && args=('--qute-bdd-webengine' '--no-xvfb')
|
[[ $TRAVIS_OS_NAME == osx ]] && args=('--qute-bdd-webengine' '--no-xvfb' 'tests/unit')
|
||||||
|
|
||||||
tox -e "$TESTENV" -- "${args[@]}"
|
tox -e "$TESTENV" -- "${args[@]}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user