Skip to content

Commit 4364b91

Browse files
icbakermarcbaechinger
authored andcommitted
Disable flaky test in ExoPlayerTest
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.
1 parent ce48a28 commit 4364b91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/core/src/test/java/com/google/android/exoplayer2/ExoPlayerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8836,6 +8836,7 @@ public void targetLiveOffsetInMedia_withSetPlaybackParameters_usesPlaybackParame
88368836
}
88378837

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

0 commit comments

Comments
 (0)