diff options
| author | Joanne Chung <joannechung@google.com> | 2020-08-11 00:10:32 +0800 |
|---|---|---|
| committer | Joanne Chung <joannechung@google.com> | 2020-08-12 14:58:49 +0000 |
| commit | 47c1accb59dc579753d48ee50ecef739c442b880 (patch) | |
| tree | ff3559bd50a3a92f92363dc2d295b3f998d7eaf9 /core/java/android | |
| parent | 3bced6c53674175a3fb9a24e197fcffd466412cc (diff) | |
Add TEST_MAPPINGs for autofill in Activity path
Autofill broken tests (b/162203720) that weren't executed in the
presubmit. Add the fail tests into TEST_MAPPING to make sure tests
can be tested in presubmit.
Bug: 154961272
Test: atest --test-mapping frameworks/base/core/java/android/app/
Test: TreeHugger
Change-Id: Ifaefa6fae08d698b770e43830a62b3afb5b4edc5
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/TEST_MAPPING | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index fe509dea2def..4139b2faeb1b 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -65,6 +65,33 @@ { "name": "CtsInstantAppTests", "file_patterns": ["(/|^)InstantAppResolve[^/]*"] + }, + { + "name": "CtsAutoFillServiceTestCases", + "options": [ + { + "include-filter": "android.autofillservice.cts.PreSimpleSaveActivityTest" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ], + "file_patterns": ["(/|^)Activity.java"] + }, + { + "name": "CtsAutoFillServiceTestCases", + "options": [ + { + "include-filter": "android.autofillservice.cts.SimpleSaveActivityTest" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "android.platform.test.annotations.AppModeFull" + } + ], + "file_patterns": ["(/|^)Activity.java"] } ], "postsubmit": [ |
