From 36b6221cd41d020e97d9d78d37055a65b79522e4 Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Mon, 10 Mar 2014 10:24:35 +0000 Subject: [PATCH] Adding a link to issue BUG=3010 TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9639004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5668 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/video/rampup_tests.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/video/rampup_tests.cc b/webrtc/video/rampup_tests.cc index 1fcef65cb..3347cc8f1 100644 --- a/webrtc/video/rampup_tests.cc +++ b/webrtc/video/rampup_tests.cc @@ -528,6 +528,7 @@ TEST_F(RampUpTest, UpDownUpOneStream) { RunRampUpDownUpTest(1, false); } // TODO(hlundin): Find out why these tests are failing on some bots and // re-enable. +// See https://code.google.com/p/webrtc/issues/detail?id=3010. TEST_F(RampUpTest, DISABLED_UpDownUpThreeStreams) { RunRampUpDownUpTest(3, false); }