diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 32207af22dc1a..a2e42398b437e 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -120,6 +120,9 @@ { "include-annotation": "android.platform.test.annotations.Presubmit" }, + { + "exclude-annotation": "android.platform.test.annotations.LargeTest" + }, { "exclude-annotation": "androidx.test.filters.FlakyTest" }, diff --git a/core/java/android/content/TEST_MAPPING b/core/java/android/content/TEST_MAPPING index 5bb845d5a1a1d..dac79e7124bdc 100644 --- a/core/java/android/content/TEST_MAPPING +++ b/core/java/android/content/TEST_MAPPING @@ -6,6 +6,9 @@ { "include-annotation": "android.platform.test.annotations.Presubmit" }, + { + "exclude-annotation": "android.platform.test.annotations.LargeTest" + }, { "exclude-annotation": "androidx.test.filters.FlakyTest" }, diff --git a/core/java/android/view/TEST_MAPPING b/core/java/android/view/TEST_MAPPING index 50d69f78688aa..ecb98f9ce801a 100644 --- a/core/java/android/view/TEST_MAPPING +++ b/core/java/android/view/TEST_MAPPING @@ -9,6 +9,9 @@ { "include-annotation": "android.platform.test.annotations.Presubmit" }, + { + "exclude-annotation": "android.platform.test.annotations.LargeTest" + }, { "exclude-annotation": "androidx.test.filters.FlakyTest" },