提交 4364b915 编写于 作者: I Ian Baker 提交者: 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.
上级 ce48a28a
...@@ -8836,6 +8836,7 @@ public final class ExoPlayerTest { ...@@ -8836,6 +8836,7 @@ public final class ExoPlayerTest {
} }
@Test @Test
@Ignore("This is flaky in the release branch. It's stable on dev-v2 due to FakeClock changes.")
public void targetLiveOffsetInMedia_unknownWindowStartTime_doesNotAdjustLiveOffset() public void targetLiveOffsetInMedia_unknownWindowStartTime_doesNotAdjustLiveOffset()
throws Exception { throws Exception {
FakeClock fakeClock = new AutoAdvancingFakeClock(/* initialTimeMs= */ 987_654_321L); FakeClock fakeClock = new AutoAdvancingFakeClock(/* initialTimeMs= */ 987_654_321L);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册