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

Commit 9065b759 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "Moving PackageManagerServiceTests to their own suite."

parents 80d27880 83e09119
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