Fix hanging telephony tests
atest FrameworksTelephonyTests would hang because cleanup wasn't handled properly by some tests. Make sure all classes that extend TelephonyTest also call super.tearDown() in their @After method. Test: atest FrameworksTelephonyTests (results are printed) Bug: 266748137 Change-Id: I26cb2ec15abd2ef392d39be5a03759b36ce293f2
Loading
Please register or sign in to comment