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
This commit is contained in:
parent
dfe2a1c995
commit
9353e6bc55
@ -110,7 +110,8 @@ TEST_P(BweSimulation, Choke200kbps30kbps200kbps) {
|
|||||||
RunFor(60 * 1000);
|
RunFor(60 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(BweSimulation, GoogleWifiTrace3Mbps) {
|
// webrtc:3277
|
||||||
|
TEST_P(BweSimulation, DISABLED_GoogleWifiTrace3Mbps) {
|
||||||
VerboseLogging(true);
|
VerboseLogging(true);
|
||||||
AdaptiveVideoSender sender(0, this, 30, 300, 0, 0);
|
AdaptiveVideoSender sender(0, this, 30, 300, 0, 0);
|
||||||
RateCounterFilter counter1(this, "sender_output");
|
RateCounterFilter counter1(this, "sender_output");
|
||||||
|
Loading…
Reference in New Issue
Block a user