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

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

Merge "Add Cts for privacy indicators to TEST_MAPPING" into sc-dev

parents a4d39c22 d3e874ba
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -24,6 +24,30 @@
            "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      // Permission indicators
      "name": "CtsPermission4TestCases",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      // Permission indicators
      "name": "CtsVoiceRecognitionTestCases",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],