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 kim-vde committed Oct 6, 2020
1 parent 43fe386 commit 067712f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6902,6 +6902,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 067712f

Please sign in to comment.