Fix flaky test PhoneSwitcherTest#testHigherPriorityDefault
Root cause is, handler thread and main test thread are touching a variable without synchronization. Solution is to pause test thread a bit. Bug: 118381914 Test: rounds of PhoneSwitcherTest re-run Change-Id: I2608e692f719b2ecf0ef9aa4f3875ce1aef717bd Merged-In: I2608e692f719b2ecf0ef9aa4f3875ce1aef717bd
Loading
Please register or sign in to comment