From 74867787afc5441a67c7910fc5a5c7e9ecbe182c Mon Sep 17 00:00:00 2001 From: Ivan Chiang Date: Thu, 30 Jun 2022 05:51:35 +0000 Subject: [PATCH] VoiceInteraction: Update TEST_MAPPING - Add CtsVoiceInteractionHostTestCases - Add TEST_MAPPING into app/assist directory Test: check the presubmits Bug: 236893297 Change-Id: Iafa6da244fa9fd8f2e9c34c3384cb39aafe94367 --- core/java/android/app/assist/TEST_MAPPING | 7 +++++++ services/voiceinteraction/TEST_MAPPING | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 core/java/android/app/assist/TEST_MAPPING diff --git a/core/java/android/app/assist/TEST_MAPPING b/core/java/android/app/assist/TEST_MAPPING new file mode 100644 index 0000000000000..33a41c9723862 --- /dev/null +++ b/core/java/android/app/assist/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "imports": [ + { + "path": "frameworks/base/services/voiceinteraction" + } + ] +} diff --git a/services/voiceinteraction/TEST_MAPPING b/services/voiceinteraction/TEST_MAPPING index 22a6445843a4f..c083e90397319 100644 --- a/services/voiceinteraction/TEST_MAPPING +++ b/services/voiceinteraction/TEST_MAPPING @@ -15,6 +15,14 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "CtsVoiceInteractionHostTestCases", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ] }