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

Commit edb489cb authored by Patrick Baumann's avatar Patrick Baumann Committed by Android (Google) Code Review
Browse files

Merge "[conflict] Moving PackageManagerServiceTests to their own suite. am:...

Merge "[conflict] Moving PackageManagerServiceTests to their own suite. am: b8859a20" into tm-qpr-dev-plus-aosp
parents 9f86720c eda2dda9
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -2,11 +2,45 @@
  "presubmit": [
    {
      "name": "AppEnumerationInternalTests"
    },
    {
      "name": "PackageManagerServiceServerTests",
      "options": [
        {
          "include-filter": "com.android.server.pm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "PackageManagerServiceHostTests"
    },
    {
      "name": "PackageManagerServiceServerTests",
      "options": [
        {
          "include-filter": "com.android.server.pm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "imports": [
Loading