blob: cedbfd2b2ddee317f0460b17e925fa29a78c1cfb [file] [log] [blame]
Ming-Shin Lub91d06b2023-01-16 17:46:26 +00001{
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ș0a1d3c22023-07-14 11:28:17 +000012 ],
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 Lub91d06b2023-01-16 17:46:26 +000023 ]
24}