Merge "Add needed tests in TEST_MAPPINGs under autofill related paths"

This commit is contained in:
Joanne Chung
2020-12-02 03:17:23 +00:00
committed by Android (Google) Code Review
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/services/autofill/java/com/android/server/autofill"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/services/autofill/java/com/android/server/autofill"
}
]
}

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "CtsAutoFillServiceTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}