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

Commit 5ae865ae authored by Ivan Chiang's avatar Ivan Chiang Committed by Android (Google) Code Review
Browse files

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

parents 0e00d42f 755faece
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -112,17 +112,6 @@
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        },
        {
            "name":"CtsPackageInstallerCUJTestCases",
            "options":[
                {
                    "exclude-annotation":"androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        }
    ],
    "presubmit-large":[
+0 −13
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",
+0 −16
Original line number Diff line number Diff line
@@ -8,22 +8,6 @@
        "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"
    },