Merge "Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite." am: b90330ea86 am: 20bdbf40c0

Change-Id: I99427f4a3fb4537158bc48a0fbf7b14f699156bb
This commit is contained in:
Automerger Merge Worker
2020-01-14 02:56:24 +00:00
2 changed files with 58 additions and 0 deletions

29
telecomm/TEST_MAPPING Normal file
View File

@@ -0,0 +1,29 @@
{
"presubmit": [
{
"name": "TeleServiceTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TelecomUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TelephonyProviderTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

29
telephony/TEST_MAPPING Normal file
View File

@@ -0,0 +1,29 @@
{
"presubmit": [
{
"name": "TeleServiceTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TelecomUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TelephonyProviderTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}