Skip to content

Commit

Permalink
Disable flaky test in ExoPlayerTest
Browse files Browse the repository at this point in the history
targetLiveOffsetInMedia_unknownWindowStartTime_doesNotAdjustLiveOffset
is flaky on the release branch. It's not flaky on the dev-v2 branch
due to recent changes to FakeClock's behaviour which aren't yet present
on release-v2.
  • Loading branch information
icbaker authored and marcbaechinger committed Feb 25, 2021
1 parent ce48a28 commit 4364b91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8836,6 +8836,7 @@ public void targetLiveOffsetInMedia_withSetPlaybackParameters_usesPlaybackParame
}

@Test
@Ignore("This is flaky in the release branch. It's stable on dev-v2 due to FakeClock changes.")
public void targetLiveOffsetInMedia_unknownWindowStartTime_doesNotAdjustLiveOffset()
throws Exception {
FakeClock fakeClock = new AutoAdvancingFakeClock(/* initialTimeMs= */ 987_654_321L);
Expand Down

0 comments on commit 4364b91

Please sign in to comment.