telepathy-qt: Tests: Disable ClientFactories test
Alexandr Akulich
kaffeine at kemper.freedesktop.org
Mon Nov 11 17:28:14 UTC 2019
Module: telepathy-qt
Branch: master
Commit: 5bbceaaef1419b3a3b717573f745dc9a633c3611
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=5bbceaaef1419b3a3b717573f745dc9a633c3611
Author: Alexander Akulich <akulichalexander at gmail.com>
Date: Sun Oct 27 19:09:51 2019 +0300
Tests: Disable ClientFactories test
The test relies on async calls to DBus object registered on the same
thread, which is not allowed by Qt.
---
tests/dbus/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/dbus/CMakeLists.txt b/tests/dbus/CMakeLists.txt
index d676e5ae..d1e0ac55 100644
--- a/tests/dbus/CMakeLists.txt
+++ b/tests/dbus/CMakeLists.txt
@@ -33,7 +33,8 @@ if(ENABLE_TP_GLIB_TESTS)
tpqt_add_dbus_unit_test(AccountSet account-set tp-glib-tests tp-qt-tests-glib-helpers)
tpqt_add_dbus_unit_test(AccountChannelDispatcher account-channel-dispatcher tp-glib-tests tp-qt-tests-glib-helpers)
tpqt_add_dbus_unit_test(Client client tp-glib-tests tp-qt-tests-glib-helpers)
- tpqt_add_dbus_unit_test(ClientFactories client-factories tp-glib-tests)
+ # ClientFactories has no chance to work on modern Qt
+ # tpqt_add_dbus_unit_test(ClientFactories client-factories tp-glib-tests)
endif()
tpqt_add_dbus_unit_test(AccountConnectionFactory account-connection-factory tp-glib-tests tp-qt-tests-glib-helpers)
More information about the telepathy-commits
mailing list