summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2017-10-19 23:36:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-19 23:36:39 +0000
commitd4b0ab74817ea3faa095a709975f2f3513f85c3d (patch)
treecfe1354c6e275201fc04dbab034df00604e088d0
parent6ef8e9ffda2cc90d0b9004f39f94e27524221cae (diff)
parent809ce83ef9331588255ab4d51f7c5509e7644ba9 (diff)
downloadcts-d4b0ab74817ea3faa095a709975f2f3513f85c3d.tar.gz
Merge "Fix build" into mnc-dev am: af1e462b57 am: 54e3654d2d am: 1627c7272f
am: 809ce83ef9 Change-Id: I278ab8e1229495f17e0f98e5b303b00cbc897077
-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();