diff options
| author | 2024-04-15 20:44:16 +0000 | |
|---|---|---|
| committer | 2024-04-15 20:44:16 +0000 | |
| commit | 541ccea347e5a6f395e361f8ab243993af4b99d3 (patch) | |
| tree | 71b02bd2218131b0c7b8f7c138431e11d0caef94 | |
| parent | 7d782bbb73bca3785e1a0525a34ff2be3c3d2e6a (diff) | |
Disable flaky MR2ManagerTests
Bug: b/333181541
Test: N/A. Disabling tests.
Change-Id: Ida8a441596dd17a37c8e850c11f455084f795183
| -rw-r--r-- | media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java b/media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java index 8ed4bf2b9cc3..231a1dfdac42 100644 --- a/media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java +++ b/media/tests/MediaRouter/src/com/android/mediaroutertest/MediaRouter2ManagerTest.java @@ -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); |