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");