Skip to content
Snippets Groups Projects
Commit 04b42f6f authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Disable flaky test from mediaroutertest

Bug: 292295557
Change-Id: I5ea4b4b2f6d7c732bbfaad2542538287fa41c9ff
Test: atest mediaroutertest
parent d36fecde
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ import com.android.compatibility.common.util.PollingCheck;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
......@@ -454,6 +455,7 @@ public class MediaRouter2ManagerTest {
assertThat(onTransferFailedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)).isTrue();
}
@Ignore // TODO(b/291800179): Diagnose flakiness and re-enable.
@Test
public void testRouterRelease_managerGetRoutingSessions() throws Exception {
CountDownLatch transferLatch = new CountDownLatch(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment