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

Commit ddc4cddf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[PM] Add PackageInstaller CUJ test case (21/N)" into main

parents 632a1e17 2da3ae4c
Loading
Loading
Loading
Loading
+40 −7
Original line number Diff line number Diff line
@@ -173,7 +173,40 @@
            ]
        },
        {
            "name":"CtsPackageInstallerCUJTestCases",
            "name": "CtsPackageInstallerCUJInstallationTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUninstallationTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
+40 −7
Original line number Diff line number Diff line
@@ -30,7 +30,40 @@
      "name": "CtsIntentSignatureTestCases"
    },
    {
      "name": "CtsPackageInstallerCUJTestCases",
      "name": "CtsPackageInstallerCUJInstallationTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUninstallationTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
+49 −1
Original line number Diff line number Diff line
@@ -165,7 +165,55 @@
      "name": "CtsUpdateOwnershipEnforcementTestCases"
    },
    {
      "name": "CtsPackageInstallerCUJTestCases",
      "name": "CtsPackageInstallerCUJInstallationTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ],
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUninstallationTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ],
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ],
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",