Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: content/browser/media/capture/animated_content_sampler_unittest.cc

Issue 1146933004: Disable flaky AnimatedContentSamplerParameterizedTest.FrameTimestampsConvergeTowardsEventTimes_9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698