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

Unified Diff: content/browser/webrtc/webrtc_media_recorder_browsertest.cc

Issue 2716463004: Disable WebRtcMediaRecorderTest.PeerConnection on Linux TSan (flaky) (Closed)
Patch Set: Created 3 years, 10 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/webrtc/webrtc_media_recorder_browsertest.cc
diff --git a/content/browser/webrtc/webrtc_media_recorder_browsertest.cc b/content/browser/webrtc/webrtc_media_recorder_browsertest.cc
index ec1082a0f35bbff18539780be8aea9d14dce8172..4e750795ab2883a43b2c9fcd8339de3bbaa4ff52 100644
--- a/content/browser/webrtc/webrtc_media_recorder_browsertest.cc
+++ b/content/browser/webrtc/webrtc_media_recorder_browsertest.cc
@@ -150,6 +150,9 @@ IN_PROC_BROWSER_TEST_F(WebRtcMediaRecorderTest,
// Parametrizations 1/2 (VP8/VP9+disabled) time out under Android ASAN:
// https://crbug.com/693565.
#define MAYBE_PeerConnection DISABLED_PeerConnection
+#elif defined(OS_LINUX) && defined(THREAD_SANITIZER)
+// Flaky on Linux TSan, https://crbug.com/694373.
+#define MAYBE_PeerConnection DISABLED_PeerConnection
#else
#define MAYBE_PeerConnection PeerConnection
#endif
« 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