Reinstate sleep pending better fix

Bug: 259506077
Test: ConnectivityDiagnosticsManagerTest
Change-Id: I2fa304e978267dc4fd23012d128150f6bbf32133
This commit is contained in:
Chalard Jean
2022-11-18 17:18:01 +09:00
parent 265016d1d0
commit c4cff7e40c

View File

@@ -311,6 +311,8 @@ public class ConnectivityDiagnosticsManagerTest {
// callback.
waitForBroadcastIdle(DELAY_FOR_BROADCAST_IDLE);
Thread.sleep(5_000);
// TODO(b/217559768): Receiving carrier config change and immediately checking carrier
// privileges is racy, as the CP status is updated after receiving the same signal. Move
// the CP check after sleep to temporarily reduce the flakiness. This will soon be fixed