diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-10-16 13:58:07 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-10-16 15:13:14 +0200 |
| commit | ecce762e109bc9d88f3f6b7925e8b33ffcc0f57d (patch) | |
| tree | 863edbd73f3d9757b9b37eba6c5b29f326e7e153 /tests/travis | |
| parent | 4ab6215edefc0aaa9f7fc63a7b2a07f630b40045 (diff) | |
| download | qxmpp-ecce762e109bc9d88f3f6b7925e8b33ffcc0f57d.tar.gz | |
Skip call manager tests on macOS
The tests are currently broken. :(
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 |
