blob: 72b9f3a03da6710c80a47df07c06b687f13b610c [file] [log] [blame]
Chris Poultney20cac4f2022-12-21 19:24:18 +00001{
2 "presubmit": [
3 {
Chris Poultneye3487a72023-06-09 14:02:04 +00004 "name": "WallpaperPicker2Tests",
5 "options": [
6 {
7 "exclude-annotation": "org.junit.Ignore"
8 }
9 ]
10 },
11 {
Chris Poultney20cac4f2022-12-21 19:24:18 +000012 "name": "ThemePickerTests",
13 "options": [
14 {
15 "exclude-annotation": "org.junit.Ignore"
16 }
17 ]
Chris Poultney64adf152023-05-02 18:35:24 +000018 },
19 {
20 "name": "WallpaperPickerGoogleTests",
21 "options": [
22 {
23 "exclude-annotation": "org.junit.Ignore"
24 }
25 ]
Chris Poultney20cac4f2022-12-21 19:24:18 +000026 }
27 ]
28}