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    }
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    }
23  ]
24}
25