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

Commit 12f2e66f 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 98432a10 d5f53637
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -112,6 +112,17 @@
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        },
        {
            "name":"CtsPackageInstallerCUJTestCases",
            "options":[
                {
                    "exclude-annotation":"androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        }
    ],
    "presubmit-large":[
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsPackageInstallerCUJTestCases",
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsPackageInstallTestCases",
+16 −0
Original line number Diff line number Diff line
@@ -8,6 +8,22 @@
        "services/core/java/com/android/server/pm/.*"
      ]
    },
    {
      "name": "CtsPackageInstallerCUJTestCases",
      "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": "CtsUsesLibraryHostTestCases"
    },