Loading media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -501,6 +501,7 @@ public class MediaRouter2ManagerTest { /** * Tests select, transfer, release of routes of a provider */ @Ignore // Ignored due to flakiness. No plans to fix though, in favor of removal (b/334970551). @Test public void testSelectAndTransferAndRelease() throws Exception { Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); Loading Loading
media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -501,6 +501,7 @@ public class MediaRouter2ManagerTest { /** * Tests select, transfer, release of routes of a provider */ @Ignore // Ignored due to flakiness. No plans to fix though, in favor of removal (b/334970551). @Test public void testSelectAndTransferAndRelease() throws Exception { Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL); Loading