Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e726dd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix flakyness in PairingTest" into main

parents 2458fdd7 9350c8a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -355,10 +355,10 @@ public class PairingTest {
                        .next();

        // Todo: Unexpected empty ACTION_UUID intent is generated
        verifyIntentReceived(hasAction(BluetoothDevice.ACTION_UUID));
        verifyIntentReceivedUnordered(hasAction(BluetoothDevice.ACTION_UUID));

        // Wait for connection on Android
        verifyIntentReceived(
        verifyIntentReceivedUnordered(
                hasAction(BluetoothDevice.ACTION_ACL_CONNECTED),
                hasExtra(BluetoothDevice.EXTRA_TRANSPORT, BluetoothDevice.TRANSPORT_LE));