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
This commit is contained in:
parent
9353e6bc55
commit
0300939484
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user