Loading tests/net/java/com/android/server/ConnectivityServiceTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -318,6 +318,7 @@ public class ConnectivityServiceTest { // This test has an inherent race condition in it, and cannot be enabled for continuous testing // or presubmit tests. It is kept for manual runs and documentation purposes. @Ignore public void verifyThatNotWaitingForIdleCausesRaceConditions() { // Bring up a network that we can use to send messages to ConnectivityService. ConditionVariable cv = waitForConnectivityBroadcasts(1); Loading wifi/tests/src/android/net/wifi/WifiManagerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -599,6 +599,7 @@ public class WifiManagerTest { /** * Verify the watchLocalOnlyHotspot call goes to WifiServiceImpl. */ @Test public void testWatchLocalOnlyHotspot() throws Exception { TestLocalOnlyHotspotObserver observer = new TestLocalOnlyHotspotObserver(); Loading Loading
tests/net/java/com/android/server/ConnectivityServiceTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -318,6 +318,7 @@ public class ConnectivityServiceTest { // This test has an inherent race condition in it, and cannot be enabled for continuous testing // or presubmit tests. It is kept for manual runs and documentation purposes. @Ignore public void verifyThatNotWaitingForIdleCausesRaceConditions() { // Bring up a network that we can use to send messages to ConnectivityService. ConditionVariable cv = waitForConnectivityBroadcasts(1); Loading
wifi/tests/src/android/net/wifi/WifiManagerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -599,6 +599,7 @@ public class WifiManagerTest { /** * Verify the watchLocalOnlyHotspot call goes to WifiServiceImpl. */ @Test public void testWatchLocalOnlyHotspot() throws Exception { TestLocalOnlyHotspotObserver observer = new TestLocalOnlyHotspotObserver(); Loading