blob: fd571c95f568a05e607bf6a31a64f9d17ea10d6d [file] [log] [blame]
easoncyleef7860602019-11-27 12:25:09 +08001{
2 "presubmit": [
3 {
4 "name": "FrameworksCoreTests",
5 "options": [
6 {
7 "include-filter": "android.view.inputmethod"
8 },
9 {
10 "include-filter": "com.android.internal.inputmethod"
11 },
12 {
13 "exclude-annotation": "androidx.test.filters.FlakyTest"
14 }
15 ],
16 "file_patterns": [
17 "core/java/com/android/internal/inputmethod/.*",
18 "core/java/android/view/inputmethod/.*",
19 "core/tests/coretests/src/android/view/inputmethod/.*",
20 "core/tests/coretests/src/com/android/internal/inputmethod/.*"
21 ]
22 }
23 ]
24}