Add test annotation to PeerConnectionClientTest.testLoopbackVp9DecodeToTexture test.

Adding the last test, which was missed in
https://codereview.webrtc.org/1962533002/

TBR=phoglund@webrtc.org

Review URL: https://codereview.webrtc.org/1961113002 .

Cr-Commit-Position: refs/heads/master@{#12666}
This commit is contained in:
kjellander@webrtc.org 2016-05-09 19:15:14 +02:00
parent 2aa84260d8
commit aa551e66a2

View File

@ -389,7 +389,7 @@ public class PeerConnectionClientTest extends InstrumentationTestCase
doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_VP8, false), true);
}
//@SmallTest
@SmallTest
public void testLoopbackVp9DecodeToTexture() throws InterruptedException {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
Log.i(TAG, "Decode to textures is not supported, requires SDK version 19.");