| Ming-Shin Lu | b91d06b | 2023-01-16 17:46:26 +0000 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | "name": "FrameworksInputMethodSystemServerTests", |
| 5 | "options": [ |
| 6 | {"include-filter": "com.android.server.inputmethod"}, |
| 7 | {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, |
| 8 | {"exclude-annotation": "androidx.test.filters.FlakyTest"}, |
| 9 | {"exclude-annotation": "org.junit.Ignore"} |
| 10 | ] |
| 11 | } |
| Cosmin Băieș | 0a1d3c2 | 2023-07-14 11:28:17 +0000 | [diff] [blame] | 12 | ], |
| 13 | "postsubmit": [ |
| 14 | { |
| 15 | "name": "FrameworksImeTests", |
| 16 | "options": [ |
| 17 | {"include-filter": "com.android.inputmethodservice"}, |
| 18 | {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, |
| 19 | {"exclude-annotation": "androidx.test.filters.FlakyTest"}, |
| 20 | {"exclude-annotation": "org.junit.Ignore"} |
| 21 | ] |
| 22 | } |
| Ming-Shin Lu | b91d06b | 2023-01-16 17:46:26 +0000 | [diff] [blame] | 23 | ] |
| 24 | } |