diff options
Diffstat (limited to 'tests/travis')
| -rwxr-xr-x | tests/travis/build-and-test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test index c39f1806..d7d4affd 100755 --- a/tests/travis/build-and-test +++ b/tests/travis/build-and-test @@ -33,6 +33,11 @@ if [ "$CONFIG" = "full-debug" ]; then export CXXFLAGS="-fprofile-arcs -ftest-coverage" fi +# Skip currently broken call manager test on macOS +if [ $HOST_SYSTEM = "Darwin" ]; then + export QXMPP_TESTS_SKIP_CALL_MANAGER=1 +fi + # compile mkdir build cd build |
