Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 334801561
  • Loading branch information
marcbaechinger authored and icbaker committed Jan 8, 2021
1 parent 107fed9 commit d8df541
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6943,6 +6943,7 @@ public void removeMediaItems_currentItemRemovedThatIsTheLast_correctMasking() th
ActionSchedule actionSchedule =
new ActionSchedule.Builder(TAG)
.waitForPlaybackState(Player.STATE_READY)
.waitForPendingPlayerCommands()
.executeRunnable(
new PlayerRunnable() {
@Override
Expand Down

0 comments on commit d8df541

Please sign in to comment.