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

Commit 1d752f55 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add presubmit for changes in frameworks/base/core/java/com/android/internal/pm/" into main

parents d68e06fe 1f5b3809
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
{
  "presubmit-large": [
    {
      "name": "CtsPackageManagerTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsPackageManagerTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}
 No newline at end of file