diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc index 6b723cc4b..6b208e499 100644 --- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc +++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc @@ -110,8 +110,7 @@ TEST_P(BweSimulation, Choke200kbps30kbps200kbps) { RunFor(60 * 1000); } -// webrtc:3277 -TEST_P(BweSimulation, DISABLED_GoogleWifiTrace3Mbps) { +TEST_P(BweSimulation, GoogleWifiTrace3Mbps) { VerboseLogging(true); AdaptiveVideoSender sender(0, this, 30, 300, 0, 0); RateCounterFilter counter1(this, "sender_output"); diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc index cdb87e280..67b608481 100644 --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc @@ -322,7 +322,8 @@ TEST_F(BweFeedbackTest, Verizon4gDownlinkTest) { filter.GetDelayStats()); } -TEST_F(BweFeedbackTest, GoogleWifiTrace3Mbps) { +// webrtc:3277 +TEST_F(BweFeedbackTest, DISABLED_GoogleWifiTrace3Mbps) { AdaptiveVideoSender sender(0, this, 30, 300, 0, 0); RateCounterFilter counter1(this, "sender_output"); TraceBasedDeliveryFilter filter(this, "link_capacity");