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

Commit e1512481 authored by Atneya Nair's avatar Atneya Nair
Browse files

SoundTrigger TEST_MAPPING fix

Bug: 278955706
Test: Presubmit
Change-Id: If75ac1f5a41512dd2e774505e3ed9673b3fff1f3
parent 0a2721fc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsSoundTriggerTestCases"
    }
  ]
}
+17 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksVoiceInteractionTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksVoiceInteractionTests"
    }
  ]
}