Disable PeerConnectionClientTest.testLoopbackVp9

The test is flaky on Nexus 9.

BUG=4430
TBR=glaznev@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/44839004

Cr-Commit-Position: refs/heads/master@{#8836}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8836 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2015-03-23 19:57:30 +00:00
parent 0b44b58a3c
commit 39fc1d3d48

View File

@ -370,7 +370,7 @@ public class PeerConnectionClientTest extends InstrumentationTestCase
doLoopbackTest(true, VIDEO_CODEC_VP8);
}
public void testLoopbackVp9() throws InterruptedException {
public void DISABLED_testLoopbackVp9() throws InterruptedException {
doLoopbackTest(true, VIDEO_CODEC_VP9);
}