mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Disable flaky media2 test
PiperOrigin-RevId: 348784475
This commit is contained in:
parent
d01093d711
commit
cc6638d12e
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ import java.util.concurrent.TimeUnit;
|
|||
import java.util.concurrent.atomic.AtomicLong;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
|
@ -930,6 +931,8 @@ public class SessionPlayerConnectorTest {
|
|||
assertThat(onPlaylistChangedLatch.getCount()).isEqualTo(1);
|
||||
}
|
||||
|
||||
// TODO(b/168860979): De-flake and re-enable.
|
||||
@Ignore
|
||||
@Test
|
||||
@LargeTest
|
||||
@SdkSuppress(minSdkVersion = Build.VERSION_CODES.KITKAT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue