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

Unified Diff: webrtc/call/rampup_tests.cc

Issue 1729533002: Disabled flaky tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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: webrtc/call/rampup_tests.cc
diff --git a/webrtc/call/rampup_tests.cc b/webrtc/call/rampup_tests.cc
index 847ffbd3a914a037fed3b63e596b5d531f560028..c9ce7e11f37eac86ae5486942a7d8660cf173064 100644
--- a/webrtc/call/rampup_tests.cc
+++ b/webrtc/call/rampup_tests.cc
@@ -470,7 +470,8 @@ TEST_F(RampUpTest, SingleStreamWithHighStartBitrate) {
static const uint32_t kStartBitrateBps = 60000;
-TEST_F(RampUpTest, UpDownUpOneStream) {
+// Disabled: https://bugs.chromium.org/p/webrtc/issues/detail?id=5576
+TEST_F(RampUpTest, DISABLED_UpDownUpOneStream) {
RampUpDownUpTester test(1, 0, kStartBitrateBps, RtpExtension::kAbsSendTime,
false, false);
RunBaseTest(&test);
@@ -482,7 +483,8 @@ TEST_F(RampUpTest, UpDownUpThreeStreams) {
RunBaseTest(&test);
}
-TEST_F(RampUpTest, UpDownUpOneStreamRtx) {
+// Disabled: https://bugs.chromium.org/p/webrtc/issues/detail?id=5576
+TEST_F(RampUpTest, DISABLED_UpDownUpOneStreamRtx) {
RampUpDownUpTester test(1, 0, kStartBitrateBps, RtpExtension::kAbsSendTime,
true, false);
RunBaseTest(&test);
@@ -494,7 +496,8 @@ TEST_F(RampUpTest, UpDownUpThreeStreamsRtx) {
RunBaseTest(&test);
}
-TEST_F(RampUpTest, UpDownUpOneStreamByRedRtx) {
+// Disabled: https://bugs.chromium.org/p/webrtc/issues/detail?id=5576
+TEST_F(RampUpTest, DISABLED_UpDownUpOneStreamByRedRtx) {
RampUpDownUpTester test(1, 0, kStartBitrateBps, RtpExtension::kAbsSendTime,
true, true);
RunBaseTest(&test);
« 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