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

Commit eda2dda9 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Patrick Baumann
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20656487



Change-Id: I4ba8fe95c2f38bcc5f6a7cf01771082226f15420
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Merged-In: Iacc89c7525d8d9beec39c242bfc305ad08844580
parents 54b43329 b8859a20
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