blob: de9f771a2a3620b78d9ee177114c55c1baee97e4 [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"},
Ming-Shin Lub91d06b2023-01-16 17:46:26 +00007 {"exclude-annotation": "androidx.test.filters.FlakyTest"},
8 {"exclude-annotation": "org.junit.Ignore"}
9 ]
10 }
Cosmin Băieș0a1d3c22023-07-14 11:28:17 +000011 ],
12 "postsubmit": [
13 {
14 "name": "FrameworksImeTests",
15 "options": [
16 {"include-filter": "com.android.inputmethodservice"},
Cosmin Băieș0a1d3c22023-07-14 11:28:17 +000017 {"exclude-annotation": "androidx.test.filters.FlakyTest"},
18 {"exclude-annotation": "org.junit.Ignore"}
19 ]
20 }
Ming-Shin Lub91d06b2023-01-16 17:46:26 +000021 ]
22}