From b62f1bb7cb4ebbe92d3bc34c120bab1e0d80a390 Mon Sep 17 00:00:00 2001 From: Ivan Chiang Date: Mon, 31 Oct 2022 07:58:27 +0000 Subject: [PATCH] Hotword: Add CtsLocalVoiceInteraction into TEST_MAPPING Bug: 248994327 Test: atest -p frameworks/base/core/java/android/app/TEST_MAPPING Test: atest -p frameworks/base/services/voiceinteraction/TEST_MAPPING Change-Id: I380c956a1d79f0210bdee42c8a4d3122f7028aea --- core/java/android/app/TEST_MAPPING | 9 +++++++++ services/voiceinteraction/TEST_MAPPING | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 0f26818ead716..ef10c0b245d1b 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -114,6 +114,15 @@ ], "file_patterns": ["(/|^)VoiceInteract[^/]*"] }, + { + "name": "CtsLocalVoiceInteraction", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ], + "file_patterns": ["(/|^)VoiceInteract[^/]*"] + }, { "name": "CtsOsTestCases", "options": [ diff --git a/services/voiceinteraction/TEST_MAPPING b/services/voiceinteraction/TEST_MAPPING index c083e90397319..af67637c3898e 100644 --- a/services/voiceinteraction/TEST_MAPPING +++ b/services/voiceinteraction/TEST_MAPPING @@ -23,6 +23,14 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "CtsLocalVoiceInteraction", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ] }