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

Commit 83e09119 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Moving PackageManagerServiceTests to their own suite.

Bug: 238141698
Fixes: 238141698
Test: atest PackageManagerServiceServerTests FrameworksServicesTests

Change-Id: Iacc89c7525d8d9beec39c242bfc305ad08844580
parent e8832a4d
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