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

Unified Diff: content/test/ppapi/ppapi_browsertest.cc

Issue 779753002: [Reland] Disable flaky OutOfProcessPPAPITest.MediaStreamAudioTrack on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/test/ppapi/ppapi_browsertest.cc
diff --git a/content/test/ppapi/ppapi_browsertest.cc b/content/test/ppapi/ppapi_browsertest.cc
index 704e7045d85acc098e2e5103f5263b63f092efd4..f73632a2cd0702bdbf34e36f00db2582f0f6dd7d 100644
--- a/content/test/ppapi/ppapi_browsertest.cc
+++ b/content/test/ppapi/ppapi_browsertest.cc
@@ -101,7 +101,13 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest,
RunTestAndReload("Instance_RecursiveObjects");
}
-TEST_PPAPI_OUT_OF_PROCESS(MediaStreamAudioTrack)
+#if defined(OS_WIN)
+// Flaky on Windows (crbug.com/438729)
+#define MAYBE_MediaStreamAudioTrack DISABLED_MediaStreamAudioTrack
+#else
+#define MAYBE_MediaStreamAudioTrack MediaStreamAudioTrack
+#endif
+TEST_PPAPI_OUT_OF_PROCESS(MAYBE_MediaStreamAudioTrack)
TEST_PPAPI_OUT_OF_PROCESS(MediaStreamVideoTrack)
« 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