diff options
author | 2023-03-10 16:32:06 +0000 | |
---|---|---|
committer | 2023-03-10 16:32:11 +0000 | |
commit | 58825498d56f5ff76d39e2a42ea6a38f08e1116f (patch) | |
tree | cacf598748781fd8e51e58ed3bf181ec565773dd | |
parent | eea97a6ad775a6ae91c8ca215c506b78459cd170 (diff) |
FrameworksInputMethodSystemServerTests: Add to fw/base presubmit
Bug: 272633154
Change-Id: Id3628bf7f2bf2eda92dc0dd1289ea1664af77589
Test: atest FrameworksInputMethodSystemServerTests
-rw-r--r-- | TEST_MAPPING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 9610f2cdaeb3..81a34796c3ad 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -65,6 +65,15 @@ ] }, { + "name": "FrameworksInputMethodSystemServerTests", + "options": [ + {"include-filter": "com.android.server.inputmethod"}, + {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, + {"exclude-annotation": "androidx.test.filters.FlakyTest"}, + {"exclude-annotation": "org.junit.Ignore"} + ] + }, + { "name": "ExtServicesUnitTests", "options": [ { |