From 0300939484d07997ec49bfe44dbc4382080aa271 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 29 Apr 2014 15:25:59 +0000 Subject: [PATCH] Disable failing GoogleWifiTrace3Mbps. Disables BweFeedbackTest.GoogleWifiTrace3Mbps instead of BweSimulation.GoogleWifiTrace3Mbps. TBR=stefan@webrtc.org BUG=3277 Review URL: https://webrtc-codereview.appspot.com/20389005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6017 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc | 3 +-- .../remote_bitrate_estimator/remote_bitrate_estimators_test.cc | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc index 6b723cc4b6..6b208e4999 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 cdb87e280c..67b6084814 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");