| Ahmad Khalil | 454a8cc | 2023-07-26 23:28:29 +0000 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | "name": "frameworks-base-testutils-tests", |
| 5 | "options": [ |
| 6 | { |
| Anna Zhuravleva | 440b617 | 2023-09-08 10:53:24 +0000 | [diff] [blame] | 7 | "exclude-annotation": "androidx.test.filters.LargeTest" |
| Ahmad Khalil | 454a8cc | 2023-07-26 23:28:29 +0000 | [diff] [blame] | 8 | }, |
| 9 | { |
| Ahmad Khalil | 454a8cc | 2023-07-26 23:28:29 +0000 | [diff] [blame] | 10 | "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 | |