Add TEST_MAPPING to schedule auto test
Test: atest :postsubmit Change-Id: Ied8e241ef223ea5e87ca6ee0f04f4128c51ddb87 Merged-In: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
This commit is contained in:
15
TEST_MAPPING
Normal file
15
TEST_MAPPING
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "SettingsUnitTests",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "SettingsPerfTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user