blob: 3e3251269ca82b7c67ab23bd52ebec6b6d8f5984 [file] [log] [blame]
Raff Tsaibab6e552020-01-18 07:19:59 +08001{
2 "postsubmit": [
3 {
4 "name": "SettingsUnitTests",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
Raff Tsaia2666572020-01-31 14:54:10 +080010 },
11 {
12 "name": "SettingsPrefTests",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 }
17 ]
Raff Tsaibab6e552020-01-18 07:19:59 +080018 }
19 ]
20}