Merge "Fix TetheringTest crash on eng build" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f15137fb9f
@@ -785,8 +785,6 @@ public class TetheringTest {
|
||||
assertTrue(TestConnectivityManager.looksLikeDefaultRequest(reqCaptor.getValue()));
|
||||
// The default network request is only ever filed once.
|
||||
verifyNoMoreInteractions(mCm);
|
||||
mUpstreamNetworkMonitor.startTrackDefaultNetwork(mEntitleMgr);
|
||||
verifyNoMoreInteractions(mCm);
|
||||
}
|
||||
|
||||
private void verifyInterfaceServingModeStarted(String ifname) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user