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

Commit 270d6cfe authored by Patrick Baumann's avatar Patrick Baumann Committed by Automerger Merge Worker
Browse files

Merge changes from topic "PackageManagerServiceTests-tm-qpr-dev" into tm-qpr-dev am: 051e23fa

parents edb489cb 051e23fa
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -15,6 +15,22 @@
      ]
    }
  ],
  "presubmit-pm": [
    {
      "name": "PackageManagerServiceServerTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "presubmit": [
    {
      "name": "ManagedProvisioningTests",
@@ -167,6 +183,20 @@
         "exclude-annotation": "org.junit.Ignore"
       }
     ]
   },
   {
     "name": "PackageManagerServiceServerTests",
     "options": [
       {
         "include-annotation": "android.platform.test.annotations.Presubmit"
       },
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       },
       {
         "exclude-annotation": "org.junit.Ignore"
       }
     ]
   }
 ]
}
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ android_test {
        "hamcrest-library",
        "servicestests-utils",
        "service-jobscheduler",
        "service-permission.impl",
        // TODO: remove once Android migrates to JUnit 4.12,
        // which provides assertThrows
        "testng",