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

Commit 74867787 authored by Ivan Chiang's avatar Ivan Chiang
Browse files

VoiceInteraction: Update TEST_MAPPING

- Add CtsVoiceInteractionHostTestCases
- Add TEST_MAPPING into app/assist directory

Test: check the presubmits
Bug: 236893297
Change-Id: Iafa6da244fa9fd8f2e9c34c3384cb39aafe94367
parent 15826dd7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/services/voiceinteraction"
    }
  ]
}
+8 −0
Original line number Diff line number Diff line
@@ -15,6 +15,14 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsVoiceInteractionHostTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}