Commit 013136bc authored by jam's avatar jam Committed by Commit bot

Disable flaky AnimatedContentSamplerParameterizedTest.FrameTimestampsConvergeTowardsEventTimes_9

BUG=487491
TBR=miu@chromium.org

Review URL: https://codereview.chromium.org/1146933004

Cr-Commit-Position: refs/heads/master@{#330826}
parent 31c4e0a1
...@@ -721,8 +721,9 @@ TEST_P(AnimatedContentSamplerParameterizedTest, FrameTimestampsAreSmooth) { ...@@ -721,8 +721,9 @@ TEST_P(AnimatedContentSamplerParameterizedTest, FrameTimestampsAreSmooth) {
// Tests that frame timestamps are "lightly pushed" back towards the original // Tests that frame timestamps are "lightly pushed" back towards the original
// presentation event times, which tells us the AnimatedContentSampler can // presentation event times, which tells us the AnimatedContentSampler can
// account for sources of timestamp drift and correct the drift. // account for sources of timestamp drift and correct the drift.
// flaky: http://crbug.com/487491
TEST_P(AnimatedContentSamplerParameterizedTest, TEST_P(AnimatedContentSamplerParameterizedTest,
FrameTimestampsConvergeTowardsEventTimes) { DISABLED_FrameTimestampsConvergeTowardsEventTimes) {
const int max_drift_increment_millis = 3; const int max_drift_increment_millis = 3;
// Generate a full minute of events. // Generate a full minute of events.
......
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 to comment