summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2017-10-19 23:42:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-19 23:42:41 +0000
commit57fcac5b40d56705024018b16052fdd21c67fa6b (patch)
treebad735d1122c17429b7013b2dad574c7486d8d0a
parent6df952d985a3f143ab29e1365ed65f315281756e (diff)
parentd4b0ab74817ea3faa095a709975f2f3513f85c3d (diff)
downloadcts-57fcac5b40d56705024018b16052fdd21c67fa6b.tar.gz
Merge "Fix build" into mnc-dev am: af1e462b57 am: 54e3654d2d am: 1627c7272f am: 809ce83ef9
am: d4b0ab7481 Change-Id: I2b723bcd03053d0873f0ebe978b45f1ee22bacaa
-rw-r--r--tests/tests/security/src/android/security/cts/StagefrightTest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/tests/security/src/android/security/cts/StagefrightTest.java b/tests/tests/security/src/android/security/cts/StagefrightTest.java
index b4bd3f8a51b..dc32575c86d 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -885,11 +885,6 @@ public class StagefrightTest extends InstrumentationTestCase {
doStagefrightTestRawBlob(R.raw.bug_37930177_hevc, "video/hevc", 320, 240);
}
- @SecurityTest
- public void testCve_2017_0762() throws Exception {
- doStagefrightTestRawBlob(R.raw.cve_2017_0762, "video/hevc", 320, 240);
- }
-
private void runWithTimeout(Runnable runner, int timeout) {
Thread t = new Thread(runner);
t.start();