Merge "cts: fix p2p cts test cases"

This commit is contained in:
Treehugger Robot
2020-02-20 04:54:48 +00:00
committed by Gerrit Code Review

View File

@@ -299,7 +299,6 @@ public class ConcurrencyTest extends AndroidTestCase {
assertTrue(waitForBroadcasts(MySync.NETWORK_INFO));
// wait for changing to EnabledState
assertNotNull(mMySync.expectedNetworkInfo);
assertTrue(mMySync.expectedNetworkInfo.isAvailable());
return true;
}