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

Unified Diff: media/mojo/services/media_apptest.cc

Issue 1798423002: Mark MediaAppTest.InitializeRenderer_Success as Flaky on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/mojo/services/media_apptest.cc
diff --git a/media/mojo/services/media_apptest.cc b/media/mojo/services/media_apptest.cc
index 27d68cc6e280309774bb6ca4842be6f90807982e..4e70db8c1fd1236bb291128da1bcdc52ab72eaf4 100644
--- a/media/mojo/services/media_apptest.cc
+++ b/media/mojo/services/media_apptest.cc
@@ -143,7 +143,14 @@ TEST_F(MediaAppTest, InitializeCdm_InvalidKeySystem) {
run_loop_->Run();
}
-TEST_F(MediaAppTest, InitializeRenderer_Success) {
+// Sometimes fails on Linux. http://crbug.com/594977
+#if defined(OS_LINUX)
+#define MAYBE_InitializeRenderer_Success DISABLED_InitializeRenderer_Success
+#else
+#define MAYBE_InitializeRenderer_Success InitializeRenderer_Success
+#endif
+
+TEST_F(MediaAppTest, MAYBE_InitializeRenderer_Success) {
InitializeRenderer(TestVideoConfig::Normal(), true);
run_loop_->Run();
}
« 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