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
This commit is contained in:
Joanne Chung
2020-08-11 00:10:32 +08:00
parent 3bced6c536
commit 47c1accb59

View File

@@ -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": [