summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2017-10-20 00:21:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-20 00:21:23 +0000
commit65b6b2531b4c9acd2ec3140f0c93cc207eef7107 (patch)
tree37bfce80508d6e7e859944ee2f21cc023f5d2d64
parent6544ea648b1050b6f18c381352dae864742adaf8 (diff)
parent582dd4db23d2bd3f3c7a6421cc6a46ee57e78310 (diff)
downloadcts-65b6b2531b4c9acd2ec3140f0c93cc207eef7107.tar.gz
Merge "Fix build" into mnc-dev am: af1e462b57 am: 54e3654d2d am: 1627c7272f am: 809ce83ef9 am: d4b0ab7481 am: 57fcac5b40 am: 31f0655eb4
am: 582dd4db23 Change-Id: I36e285f087eb19813ce5f88dc6ba260bd65fa456
-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();