mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00
Fix flaky test case
PiperOrigin-RevId: 336558226
This commit is contained in:
parent
94b8fab25e
commit
cf2f9fd7b5
@ -7844,6 +7844,7 @@ public final class ExoPlayerTest {
|
||||
SilenceMediaSource mediaSource2 = factory.setTag("2").createMediaSource();
|
||||
ActionSchedule actionSchedule =
|
||||
new ActionSchedule.Builder(TAG)
|
||||
.pause()
|
||||
.waitForPlaybackState(Player.STATE_READY)
|
||||
.playUntilPosition(/* windowIndex= */ 1, /* positionMs= */ 2000)
|
||||
.clearMediaItems()
|
||||
|
Loading…
x
Reference in New Issue
Block a user