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

Commit 1c7a0854 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING in attention service"

parents 5c7fc70e 59cc2c1c
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsVoiceInteractionTestCases",
      "options": [
        {
          "include-filter": "android.voiceinteraction.cts.AlwaysOnHotwordDetectorTest"
        },
        {
          "include-filter": "android.voiceinteraction.cts.HotwordDetectedResultTest"
        },
        {
          "include-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest"
        },
        {
          "include-filter": "android.voiceinteraction.cts.HotwordDetectionServiceProximityTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}