summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-09-30 21:27:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-30 21:27:48 +0000
commit0e9c157b65b731f5ba70611b35c7e0fa39f40c73 (patch)
treedb40cdf069fe95ca4c2a0095f8926f1c9d16021e
parent147c679e1589ea8148f2ab0af1acea218139e2eb (diff)
parent6580a16b18195d8f168232a29e2fc6d8a2104115 (diff)
downloadcts-0e9c157b65b731f5ba70611b35c7e0fa39f40c73.tar.gz
Merge "Disable instant mode for StagefrightTest" into pi-dev am: 1a01dbb46c am: 6580a16b18
Original change: https://googleplex-android-review.googlesource.com/c/platform/cts/+/12737259 Change-Id: I61ed44188645eca88b14e539cf6a73a2d2039b61
-rw-r--r--tests/tests/security/src/android/security/cts/StagefrightTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests/security/src/android/security/cts/StagefrightTest.java b/tests/tests/security/src/android/security/cts/StagefrightTest.java
index 611d0b6d72a..20988b9c440 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -40,6 +40,7 @@ import android.opengl.GLES20;
import android.opengl.GLES11Ext;
import android.os.Looper;
import android.os.SystemClock;
+import android.platform.test.annotations.AppModeFull;
import android.platform.test.annotations.SecurityTest;
import android.util.Log;
import android.view.Surface;
@@ -96,6 +97,7 @@ import static org.junit.Assert.*;
* Verify that the device is not vulnerable to any known Stagefright
* vulnerabilities.
*/
+@AppModeFull
@RunWith(AndroidJUnit4.class)
public class StagefrightTest {
static final String TAG = "StagefrightTest";