From: Santiago Vila Date: Wed, 6 May 2026 12:45:00 +0000 (+0200) Subject: Disable flaky tests X-Git-Tag: archive/raspbian/0.13.0-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4433424e77c02af0f46048a7e427587e31724410;p=qcoro.git Disable flaky tests Bug-Debian: https://bugs.debian.org/1108055 Gbp-Pq: Name disable-flaky-tests.patch --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index debe1f9..6f18900 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -119,11 +119,6 @@ qcoro_add_test(qcorogenerator) qcoro_add_test(qcoroasyncgenerator LINK_LIBRARIES QCoro${QT_VERSION_MAJOR}Network Qt${QT_VERSION_MAJOR}::Network) qcoro_add_test(qcorowaitfor) -if (QCORO_WITH_QTDBUS) - qcoro_add_dbus_test(qdbuspendingcall) - qcoro_add_dbus_test(qdbuspendingreply) -endif() - if (QCORO_WITH_QTNETWORK) qcoro_add_network_test(qcorolocalsocket) qcoro_add_network_test(qcoroabstractsocket)