diff --git a/TEST_MAPPING b/TEST_MAPPING index 9ceef6bbe8a3..c5c60123d6cb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,4 +1,20 @@ { + "presubmit-large": [ + { + "name": "FrameworksServicesTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] + } + ], "presubmit": [ { "name": "FrameworksUiServicesTests", @@ -52,20 +68,6 @@ } ] }, - { - "name": "FrameworksServicesTests", - "options": [ - { - "include-annotation": "android.platform.test.annotations.Presubmit" - }, - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, { "name": "FrameworksInProcessTests", "options": [