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

Unified Diff: content/browser/renderer_host/media/video_capture_browsertest.cc

Issue 2803593006: Disable test case ReceiveFramesFromFakeCaptureDevice/4 on Android (Closed)
Patch Set: Put #if somewhere else, because Windows compilation failed Created 3 years, 8 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/renderer_host/media/video_capture_browsertest.cc
diff --git a/content/browser/renderer_host/media/video_capture_browsertest.cc b/content/browser/renderer_host/media/video_capture_browsertest.cc
index 329ee537548abeb54a21b7f416604aa0e014a99f..19ce4c692abc2ee6e47fa775240c1da15b0af1df 100644
--- a/content/browser/renderer_host/media/video_capture_browsertest.cc
+++ b/content/browser/renderer_host/media/video_capture_browsertest.cc
@@ -194,6 +194,13 @@ IN_PROC_BROWSER_TEST_P(VideoCaptureBrowserTest, StartAndImmediatelyStop) {
IN_PROC_BROWSER_TEST_P(VideoCaptureBrowserTest,
ReceiveFramesFromFakeCaptureDevice) {
+// TODO(chfremer): This test case is flaky on Android. Find out cause of
+// flakiness and then re-enable. See crbug.com/709039.
+#if defined(OS_ANDROID)
+ if (GetParam().exercise_accelerated_jpeg_decoding)
+ return;
+#endif
+
SetUpRequiringBrowserMainLoopOnMainThread();
std::vector<FrameInfo> received_frame_infos;
« 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