mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
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.
This commit is contained in:
parent
ce48a28aec
commit
4364b9150f
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue