Commit cf2f9fd7 by bachinger Committed by kim-vde

Fix flaky test case

PiperOrigin-RevId: 336558226
parent 94b8fab2
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment