diff options
author | easoncylee <easoncylee@google.com> | 2019-12-09 18:12:58 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-12-09 18:12:58 -0800 |
commit | 4ea8010e251efb2dd8487f0f26150f806939d3bd (patch) | |
tree | 71d3fe1215574ad8161174bce22923e3b673af07 | |
parent | 700c836e037563618b6866cf56ee7cf988c4335b (diff) | |
parent | 8da67c75714dbefb8a99313c1634d1810ccc690f (diff) |
Merge "Convert apct/framework/presubmit-cloud-tf to Test Mapping Suite." am: 888c3b0347 am: f5c7e1b90a
am: 8da67c7571
Change-Id: I46c9b304a1445f0f6b51e64e7e6b01a6aa3653c8
-rw-r--r-- | TEST_MAPPING | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index b1c4cad72dc9..2b12da291acb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -23,6 +23,34 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "FrameworksCoreTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] + }, + { + "name": "FrameworksServicesTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] } ], "postsubmit-managedprofile-stress": [ |