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

Commit ef90b94e authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "Move PackageManagerShellCommandMultiUserTest to postsubmit" into main

parents b29ac710 ef1b6e34
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -125,6 +125,9 @@
                },
                {
                    "exclude-annotation":"org.junit.Ignore"
                },
                {
                    "exclude-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest"
                }
            ]
        },
@@ -162,6 +165,14 @@
        },
        {
            "name":"CtsInstallHostTestCases"
        },
        {
            "name": "CtsPackageManagerTestCases",
            "options": [
                {
                    "include-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest"
                }
            ]
        }
    ]
}
+11 −0
Original line number Diff line number Diff line
@@ -113,6 +113,9 @@
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest"
        }
      ]
    }
@@ -134,6 +137,14 @@
    },
    {
      "name": "CtsAppEnumerationTestCases"
    },
    {
      "name": "CtsPackageManagerTestCases",
      "options": [
        {
          "include-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest"
        }
      ]
    }
  ],
  "imports": [