blob: 77e32a776d573c845de45b98c0541682cd6a7ece [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 }
12 ]
13}