Commit 781ba390 by eguven Committed by Oliver Woodman

Disabled test case due to flakiness

PiperOrigin-RevId: 227682600
parent a940d8bc
...@@ -201,6 +201,8 @@ public class DownloadManagerDashTest { ...@@ -201,6 +201,8 @@ public class DownloadManagerDashTest {
assertCacheEmpty(cache); assertCacheEmpty(cache);
} }
// Disabled due to flakiness [Internal: b/122290449].
@Ignore
@Test @Test
public void testHandleInterferingRemoveAction() throws Throwable { public void testHandleInterferingRemoveAction() throws Throwable {
final ConditionVariable downloadInProgressCondition = new ConditionVariable(); final ConditionVariable downloadInProgressCondition = new ConditionVariable();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment