summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2017-10-19 23:57:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-19 23:57:27 +0000
commit31f0655eb4e47f6368444878fa15b0e374795d4a (patch)
treee11e7c122e24a76d64358788c371ff0ee2c768a7
parent072abe15f818eb194c450f788574f6dbb9ba48e5 (diff)
parent57fcac5b40d56705024018b16052fdd21c67fa6b (diff)
downloadcts-31f0655eb4e47f6368444878fa15b0e374795d4a.tar.gz
Merge "Fix build" into mnc-dev am: af1e462b57 am: 54e3654d2d am: 1627c7272f am: 809ce83ef9 am: d4b0ab7481
am: 57fcac5b40 Change-Id: Ie6dae8ff78fd1444b70657e1df2d25c16f83ac1e
-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();