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

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

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

parents ed1b1036 c38c411c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -157,6 +157,17 @@
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
            "options":[
+11 −0
Original line number Diff line number Diff line
@@ -44,6 +44,17 @@
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
      "options":[
+16 −0
Original line number Diff line number Diff line
@@ -164,6 +164,22 @@
          }
      ]
    },
    {
      "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": [