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

Unified Diff: webrtc/video/end_to_end_tests.cc

Issue 2788613002: Disable flaky test EndToEndTest.TriggerMidCallProbing (Closed)
Patch Set: . Created 3 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: webrtc/video/end_to_end_tests.cc
diff --git a/webrtc/video/end_to_end_tests.cc b/webrtc/video/end_to_end_tests.cc
index 6f030c3b58ff6cc136f6b3ed10c9398a73ac155d..01bb2ec37110849e0fe14895b2604e8e51ee08f8 100644
--- a/webrtc/video/end_to_end_tests.cc
+++ b/webrtc/video/end_to_end_tests.cc
@@ -2261,7 +2261,13 @@ TEST_F(EndToEndTest, MAYBE_InitialProbing) {
RunBaseTest(&test);
}
+// Fails on Linux MSan: bugs.webrtc.org/7428
+#if defined(MEMORY_SANITIZER)
+TEST_F(EndToEndTest, DISABLED_TriggerMidCallProbing) {
+#else
TEST_F(EndToEndTest, TriggerMidCallProbing) {
+#endif
+
class TriggerMidCallProbingTest : public ProbingTest {
public:
TriggerMidCallProbingTest() : ProbingTest(300000) {}
« 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