blob: 52fd5a8779ad56ac76fc516695e3b23f04342d0f [file] [log] [blame]
Ahmad Khalil454a8cc2023-07-26 23:28:29 +00001{
2 "presubmit": [
3 {
4 "name": "frameworks-base-testutils-tests",
5 "options": [
6 {
Anna Zhuravleva440b6172023-09-08 10:53:24 +00007 "exclude-annotation": "androidx.test.filters.LargeTest"
Ahmad Khalil454a8cc2023-07-26 23:28:29 +00008 },
9 {
Ahmad Khalil454a8cc2023-07-26 23:28:29 +000010 "exclude-annotation": "androidx.test.filters.FlakyTest"
11 },
12 {
13 "exclude-annotation": "org.junit.Ignore"
14 }
15 ]
16 }
17 ],
18 "postsubmit": [
19 {
20 "name": "frameworks-base-testutils-tests",
21 "options": [
22 {
23 "exclude-annotation": "org.junit.Ignore"
24 }
25 ]
26 }
27 ]
28}
29