From 1cf185054f1d213e94d188ea3b54d2cf9abe41a3 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Wed, 1 May 2019 10:36:20 -0700 Subject: Add exclude-annotation LargeTest to CtsAppTestCases This is needed so merging with cts/tests/app/TEST_MAPPING can be properly handled to exclude LargeTest. Once b/117880789 is fixed, we won't need this any more. Bug: 117880789, 130828971 Test: none Exempt-From-Owner-Approval: only change test mapping file to fix broken test suite. Change-Id: I0369f47e6de6aeca06a9f1e03c6ec00f7c2ee767 --- services/core/java/com/android/server/am/TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/core/java/com/android/server/am/TEST_MAPPING b/services/core/java/com/android/server/am/TEST_MAPPING index d56cb7914b9a..21d4925722d0 100644 --- a/services/core/java/com/android/server/am/TEST_MAPPING +++ b/services/core/java/com/android/server/am/TEST_MAPPING @@ -9,6 +9,9 @@ { "include-annotation": "android.platform.test.annotations.Presubmit" }, + { + "exclude-annotation": "androidx.test.filters.LargeTest" + }, { "exclude-annotation": "androidx.test.filters.FlakyTest" } -- cgit v1.2.3-59-g8ed1b