mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Disabled test case due to flakiness
PiperOrigin-RevId: 227682600
This commit is contained in:
parent
a940d8bc9d
commit
781ba39097
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ public class DownloadManagerDashTest {
|
|||
assertCacheEmpty(cache);
|
||||
}
|
||||
|
||||
// Disabled due to flakiness [Internal: b/122290449].
|
||||
@Ignore
|
||||
@Test
|
||||
public void testHandleInterferingRemoveAction() throws Throwable {
|
||||
final ConditionVariable downloadInProgressCondition = new ConditionVariable();
|
||||
|
|
|
|||
Loading…
Reference in a new issue