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

Unified Diff: webrtc/video/end_to_end_tests.cc

Issue 2104583002: Disabling EndToEndTest.RestartingSendStreamPreservesRtpStatesWithRtx. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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 43b66c086194eef6248d37a16475da24db96f2a5..89a395fea8ad89d7a187863aa45fa08852a2ed6b 100644
--- a/webrtc/video/end_to_end_tests.cc
+++ b/webrtc/video/end_to_end_tests.cc
@@ -3097,14 +3097,9 @@ TEST_F(EndToEndTest, RestartingSendStreamPreservesRtpState) {
TestRtpStatePreservation(false);
}
-#if defined(WEBRTC_MAC)
-#define MAYBE_RestartingSendStreamPreservesRtpStatesWithRtx \
- DISABLED_RestartingSendStreamPreservesRtpStatesWithRtx
-#else
-#define MAYBE_RestartingSendStreamPreservesRtpStatesWithRtx \
- RestartingSendStreamPreservesRtpStatesWithRtx
-#endif
-TEST_F(EndToEndTest, MAYBE_RestartingSendStreamPreservesRtpStatesWithRtx) {
+// This test is flaky. See:
+// https://bugs.chromium.org/p/webrtc/issues/detail?id=4332
+TEST_F(EndToEndTest, DISABLED_RestartingSendStreamPreservesRtpStatesWithRtx) {
TestRtpStatePreservation(true);
}
« 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