mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Ignore flaky test
PiperOrigin-RevId: 747793474
This commit is contained in:
parent
f261fe187a
commit
9fca713045
@ -62,6 +62,7 @@ import java.util.List;
|
|||||||
import java.util.concurrent.TimeoutException;
|
import java.util.concurrent.TimeoutException;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@ -110,6 +111,7 @@ public class ReplayCacheTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("TODO: b/391109644 - Fix this test and re-enable it")
|
||||||
public void replayOnEveryFrame_withExoPlayer_succeeds()
|
public void replayOnEveryFrame_withExoPlayer_succeeds()
|
||||||
throws PlaybackException, TimeoutException {
|
throws PlaybackException, TimeoutException {
|
||||||
assumeTrue(
|
assumeTrue(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user