diff options
-rw-r--r-- | core/TEST_MAPPING | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/core/TEST_MAPPING b/core/TEST_MAPPING new file mode 100644 index 000000000000..fd571c95f568 --- /dev/null +++ b/core/TEST_MAPPING @@ -0,0 +1,24 @@ +{ + "presubmit": [ + { + "name": "FrameworksCoreTests", + "options": [ + { + "include-filter": "android.view.inputmethod" + }, + { + "include-filter": "com.android.internal.inputmethod" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ], + "file_patterns": [ + "core/java/com/android/internal/inputmethod/.*", + "core/java/android/view/inputmethod/.*", + "core/tests/coretests/src/android/view/inputmethod/.*", + "core/tests/coretests/src/com/android/internal/inputmethod/.*" + ] + } + ] +} |