| Index: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| diff --git a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| index 951784b63698f1b57d97cd972447dea016960adb..ab37520ab0a2982634292a5145f405fe90bc290e 100644
|
| --- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| +++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| @@ -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.");
|
|
|