Merge "Convert apct/framework/window_manager_presubmit-cloud-tf to Test Mapping Suite." am: 928f0bf26e am: f680f6037d am: 2759f10a0e

Change-Id: I02100d2ed5e1ad8361be8612733ec40a394b1ba1
This commit is contained in:
Automerger Merge Worker
2020-01-07 03:30:52 +00:00

48
services/TEST_MAPPING Normal file
View File

@@ -0,0 +1,48 @@
{
"presubmit": [
{
"name": "FrameworksCoreTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksMockingCoreTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "WmTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}