Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 541ccea3 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Disable flaky MR2ManagerTests

Bug: b/333181541
Test: N/A. Disabling tests.
Change-Id: Ida8a441596dd17a37c8e850c11f455084f795183
parent 7d782bbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -361,6 +361,7 @@ public class MediaRouter2ManagerTest {
     * Tests if MR2.SessionCallback.onSessionCreated is called
     * when a route is selected from MR2Manager.
     */
    @Ignore // Ignored due to flakiness. No plans to fix though, in favor of removal (b/334970551).
    @Test
    public void testRouterOnSessionCreated() throws Exception {
        Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL);
@@ -878,6 +879,7 @@ public class MediaRouter2ManagerTest {
     * Tests if getSelectableRoutes and getDeselectableRoutes filter routes based on
     * selected routes
     */
    @Ignore // Ignored due to flakiness. No plans to fix though, in favor of removal (b/334970551).
    @Test
    public void testGetSelectableRoutes_notReturnsSelectedRoutes() throws Exception {
        Map<String, MediaRoute2Info> routes = waitAndGetRoutesWithManager(FEATURES_ALL);