summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2017-10-20 00:13:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-20 00:13:27 +0000
commit582dd4db23d2bd3f3c7a6421cc6a46ee57e78310 (patch)
tree91b3a35591ae66279f5512d85864a79d210c7ef5
parent3e0148275c9ccd75cd2ee34bcb960c4187294360 (diff)
parent31f0655eb4e47f6368444878fa15b0e374795d4a (diff)
downloadcts-582dd4db23d2bd3f3c7a6421cc6a46ee57e78310.tar.gz
Merge "Fix build" into mnc-dev am: af1e462b57 am: 54e3654d2d am: 1627c7272f am: 809ce83ef9 am: d4b0ab7481 am: 57fcac5b40
am: 31f0655eb4 Change-Id: I1458efb2f8b1e874dedf6f8c30b97a821cbe7366
-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 4a401b1f524..e0e06e1f9e0 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -895,11 +895,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();