1{ 2 "presubmit": [ 3 { 4 "name": "FrameworksInputMethodSystemServerTests", 5 "options": [ 6 {"include-filter": "com.android.server.inputmethod"}, 7 {"exclude-annotation": "androidx.test.filters.FlakyTest"}, 8 {"exclude-annotation": "org.junit.Ignore"} 9 ] 10 } 11 ], 12 "postsubmit": [ 13 { 14 "name": "FrameworksImeTests", 15 "options": [ 16 {"include-filter": "com.android.inputmethodservice"}, 17 {"exclude-annotation": "androidx.test.filters.FlakyTest"}, 18 {"exclude-annotation": "org.junit.Ignore"} 19 ] 20 } 21 ] 22} 23