diff options
-rw-r--r-- | TEST_MAPPING | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 9ceef6bbe8a3..c5c60123d6cb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,15 +1,23 @@ { - "presubmit": [ + "presubmit-large": [ { - "name": "FrameworksUiServicesTests", + "name": "FrameworksServicesTests", "options": [ { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" } ] - }, + } + ], + "presubmit": [ { - "name": "ExtServicesUnitTests", + "name": "FrameworksUiServicesTests", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" @@ -17,7 +25,7 @@ ] }, { - "name": "TestablesTests", + "name": "ExtServicesUnitTests", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" @@ -25,21 +33,15 @@ ] }, { - "name": "FrameworksCoreTests", + "name": "TestablesTests", "options": [ { - "include-annotation": "android.platform.test.annotations.Presubmit" - }, - { "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" } ] }, { - "name": "FrameworkPermissionTests", + "name": "FrameworksCoreTests", "options": [ { "include-annotation": "android.platform.test.annotations.Presubmit" @@ -53,7 +55,7 @@ ] }, { - "name": "FrameworksServicesTests", + "name": "FrameworkPermissionTests", "options": [ { "include-annotation": "android.platform.test.annotations.Presubmit" |