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

Commit ec3aa028 authored by Jay Sullivan's avatar Jay Sullivan Committed by Android (Google) Code Review
Browse files

Merge "Exclude flaky from internal/infra/TEST_MAPPING" into main

parents 7be9cb37 1940a1f1
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsRoleTestCases"
      "name": "CtsRoleTestCases",
      "options": [
          {
              "exclude-annotation": "android.platform.test.annotations.FlakyTest"
          }
      ]
    },
    {
      "name": "CtsPermissionTestCases",
      "options": [
          {
            "include-filter": "android.permission.cts.PermissionControllerTest"
          },
          {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
          }
      ]
    },