summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-10-27 19:09:51 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-10-27 19:09:51 +0300
commit5bbceaaef1419b3a3b717573f745dc9a633c3611 (patch)
tree2af3f16f6d754d2efe4cb43c916454724ad547b6
parent93a7850d4568f9c420bb17bb6a9ae31ad0a3663a (diff)
Tests: Disable ClientFactories test
The test relies on async calls to DBus object registered on the same thread, which is not allowed by Qt.
-rw-r--r--tests/dbus/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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)