Run postsubmit test

Bug: 145264421
Test: atest :postsubmit
Change-Id: I9bfa9c3b29e563d29fa343d905b3ff5ed29bb4e6
This commit is contained in:
Raff Tsai
2020-01-18 07:19:59 +08:00
parent b3559b7152
commit bab6e55b58

12
TEST_MAPPING Normal file
View File

@@ -0,0 +1,12 @@
{
"postsubmit": [
{
"name": "SettingsUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}