summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2023-01-13 17:09:29 +0200
committerIvan Solovev <ivan.solovev@qt.io>2023-01-19 06:39:25 +0100
commite14adb6ad337a10e2f329b330b361bf3b3d979a4 (patch)
tree378ba168a943696e57a09ea39969e612ce5bc317 /tests/manual
parente5d1b776b1445eb6fde6ce33b54fd98e9fb49994 (diff)
downloadqtconnectivity-e14adb6ad337a10e2f329b330b361bf3b3d979a4.tar.gz
Remove flaky part of the Bluetooth MTU manual test
Previously this has been flaky at least on Darwin, and now also on Android 13. Change-Id: Ibb47850569e5b6c7af5f5149c0041c9df8a72045 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/qlowenergycontroller/tst_qlowenergycontroller_device.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/manual/qlowenergycontroller/tst_qlowenergycontroller_device.cpp b/tests/manual/qlowenergycontroller/tst_qlowenergycontroller_device.cpp
index 50054a92..3f4f5ed5 100644
--- a/tests/manual/qlowenergycontroller/tst_qlowenergycontroller_device.cpp
+++ b/tests/manual/qlowenergycontroller/tst_qlowenergycontroller_device.cpp
@@ -244,11 +244,6 @@ void tst_qlowenergycontroller_device::checkMtuNegotiation()
{
// service discovery, including MTU negotiation
qDebug() << "Client-side MTU after connect" << mController->mtu();
-#if ! defined(Q_OS_DARWIN)
- // The check below usually passes, but sometimes the BT stack gives a cached value
- // from a previous testcase run and the below fails => avoid flakiness
- QCOMPARE(mController->mtu(), 23);
-#endif
QVERIFY(mController->services().isEmpty());
mController->discoverServices();
QTRY_COMPARE(mController->state(), QLowEnergyController::DiscoveredState);