| Index: content/browser/media/capture/animated_content_sampler_unittest.cc
|
| diff --git a/content/browser/media/capture/animated_content_sampler_unittest.cc b/content/browser/media/capture/animated_content_sampler_unittest.cc
|
| index 710f43363305704fb7f86a034bca34b82ebfce28..6febbceebf0c4bf1f5c68df940146b1c58516fee 100644
|
| --- a/content/browser/media/capture/animated_content_sampler_unittest.cc
|
| +++ b/content/browser/media/capture/animated_content_sampler_unittest.cc
|
| @@ -721,8 +721,9 @@ TEST_P(AnimatedContentSamplerParameterizedTest, FrameTimestampsAreSmooth) {
|
| // Tests that frame timestamps are "lightly pushed" back towards the original
|
| // presentation event times, which tells us the AnimatedContentSampler can
|
| // account for sources of timestamp drift and correct the drift.
|
| +// flaky: http://crbug.com/487491
|
| TEST_P(AnimatedContentSamplerParameterizedTest,
|
| - FrameTimestampsConvergeTowardsEventTimes) {
|
| + DISABLED_FrameTimestampsConvergeTowardsEventTimes) {
|
| const int max_drift_increment_millis = 3;
|
|
|
| // Generate a full minute of events.
|
|
|