From 9353e6bc55b6b77f37ec5bbf1bedc5189a769052 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 29 Apr 2014 14:49:56 +0000 Subject: [PATCH] Disable GoogleWifiTrace3Mbps. Breaks bots, according to stefan@ there's a missing file for this test to run. TBR=stefan@webrtc.org BUG=3277 Review URL: https://webrtc-codereview.appspot.com/13409005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6016 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc index 6b208e499..6b723cc4b 100644 --- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc +++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc @@ -110,7 +110,8 @@ TEST_P(BweSimulation, Choke200kbps30kbps200kbps) { RunFor(60 * 1000); } -TEST_P(BweSimulation, GoogleWifiTrace3Mbps) { +// webrtc:3277 +TEST_P(BweSimulation, DISABLED_GoogleWifiTrace3Mbps) { VerboseLogging(true); AdaptiveVideoSender sender(0, this, 30, 300, 0, 0); RateCounterFilter counter1(this, "sender_output");