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

Commit 1641a7a4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Run AppSecurityTests in postsubmit."

parents bb133499 8ee6bc3a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -15,5 +15,15 @@
      "name": "FrameworksInstantAppResolverTests",
      "file_patterns": ["(/|^)InstantApp[^/]*"]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsAppSecurityHostTestCases",
      "options": [
        {
          "include-filter": "android.appsecurity.cts.AppSecurityTests#testPermissionDiffCert"
        }
      ]
    }
  ]
}