Merge "Add needed tests in TEST_MAPPINGs under autofill related paths"
This commit is contained in:
7
core/java/android/service/autofill/TEST_MAPPING
Normal file
7
core/java/android/service/autofill/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"imports": [
|
||||
{
|
||||
"path": "frameworks/base/services/autofill/java/com/android/server/autofill"
|
||||
}
|
||||
]
|
||||
}
|
||||
7
core/java/android/view/autofill/TEST_MAPPING
Normal file
7
core/java/android/view/autofill/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"imports": [
|
||||
{
|
||||
"path": "frameworks/base/services/autofill/java/com/android/server/autofill"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user