Commit 4364b915 by Ian Baker Committed by marcbaechinger

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.
parent ce48a28a
......@@ -8836,6 +8836,7 @@ public final class ExoPlayerTest {
}
@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);
......
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