Dieter Hsu | 6765448 | 2020-06-18 23:11:31 +0800 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | "name": "CtsBugreportTestCases", |
| 5 | "options": [ |
| 6 | { |
| 7 | "exclude-annotation": "androidx.test.filters.LargeTest" |
| 8 | } |
| 9 | ] |
| 10 | }, |
| 11 | { |
| 12 | "name": "ShellTests", |
| 13 | "options": [ |
| 14 | { |
| 15 | "exclude-annotation": "androidx.test.filters.LargeTest" |
| 16 | }, |
| 17 | { |
| 18 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 19 | } |
| 20 | ] |
Sally | 8724e0e | 2021-04-15 23:45:57 +0000 | [diff] [blame] | 21 | }, |
| 22 | { |
| 23 | "name": "CtsUiAutomationTestCases", |
| 24 | "options": [ |
| 25 | { |
| 26 | "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions" |
| 27 | }, |
| 28 | { |
| 29 | "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions" |
| 30 | }, |
| 31 | { |
| 32 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 33 | } |
| 34 | ] |
Dieter Hsu | 6765448 | 2020-06-18 23:11:31 +0800 | [diff] [blame] | 35 | } |
| 36 | ], |
| 37 | "postsubmit": [ |
| 38 | { |
| 39 | "name": "CtsBugreportTestCases" |
| 40 | }, |
| 41 | { |
| 42 | "name": "ShellTests" |
| 43 | } |
| 44 | ] |
| 45 | } |