From ecce762e109bc9d88f3f6b7925e8b33ffcc0f57d Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 16 Oct 2022 13:58:07 +0200 Subject: Skip call manager tests on macOS The tests are currently broken. :( --- tests/travis/build-and-test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/travis') 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 -- cgit v1.2.3