Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e81779e authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

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

parents 5e3a6848 b6a33682
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/services/autofill/java/com/android/server/autofill"
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/services/autofill/java/com/android/server/autofill"
    }
  ]
}
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAutoFillServiceTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}