mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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);
|
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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue