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

Unified Diff: media/renderers/video_renderer_impl_unittest.cc

Issue 2378773012: Disable flaky VideoRendererImpl test on M54 branch. (Closed)
Patch Set: Created 4 years, 3 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: media/renderers/video_renderer_impl_unittest.cc
diff --git a/media/renderers/video_renderer_impl_unittest.cc b/media/renderers/video_renderer_impl_unittest.cc
index ef59624632dcc7ff6360a785a75d1ae887a3f1c4..5f1207c36fba5e89c4581cbc47f69b3b4074ebe8 100644
--- a/media/renderers/video_renderer_impl_unittest.cc
+++ b/media/renderers/video_renderer_impl_unittest.cc
@@ -914,7 +914,8 @@ TEST_F(VideoRendererImplTest, UnderflowEvictionBeforeEOS) {
}
// Tests the case where underflow evicts all frames in the HAVE_ENOUGH state.
-TEST_F(VideoRendererImplTest, UnderflowEvictionWhileHaveEnough) {
+// Note: Disabled for merge into M54 since it is flaky there.
+TEST_F(VideoRendererImplTest, DISABLED_UnderflowEvictionWhileHaveEnough) {
Initialize();
QueueFrames("0 30 60 90 100");
« 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