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

Commit 1940a1f1 authored by Jay Thomas Sullivan's avatar Jay Thomas Sullivan
Browse files

Exclude flaky from internal/infra/TEST_MAPPING

Bug: 288468003
Bug: 293492320
Test: cd into this dir, then "atest :presubmit", "atest:postsubmit", etc
Change-Id: I413a84bd56a7c918bfea6fcc0662a8bee30975ae
parent 52084100
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"
          }
      ]
    },