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:
parent
0b44b58a3c
commit
39fc1d3d48
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user