Merge "Frameworks: Mark tests" am: c86b195cd5

am: 2b12970061

Change-Id: I73c717b99b9660a11141b5392c6993ab9aabf85c
This commit is contained in:
Andreas Gampe
2018-02-06 09:14:05 +00:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

@@ -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);

View File

@@ -599,6 +599,7 @@ public class WifiManagerTest {
/**
* Verify the watchLocalOnlyHotspot call goes to WifiServiceImpl.
*/
@Test
public void testWatchLocalOnlyHotspot() throws Exception {
TestLocalOnlyHotspotObserver observer = new TestLocalOnlyHotspotObserver();