Fix error test path in TEST_MAPPING
The test path was changed because autofill tests re-structure. Correct the wrong path. Bug: 159304958 Bug: 154961272 Test: atest --test-mapping frameworks/base/core/java/android/widget Change-Id: Ie83c5c25e65d4ba767b23b1f7388b2d5fb32ca51
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.autofillservice.cts.LoginActivityTest"
|
||||
"include-filter": "android.autofillservice.cts.dropdown.LoginActivityTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
@@ -36,7 +36,7 @@
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.autofillservice.cts.CheckoutActivityTest"
|
||||
"include-filter": "android.autofillservice.cts.dropdown.CheckoutActivityTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
|
||||
Reference in New Issue
Block a user