diff options
| author | 2022-11-02 04:41:04 +0000 | |
|---|---|---|
| committer | 2022-11-02 04:41:04 +0000 | |
| commit | 133178ef0616419bc56de70a01bc09bda8b03d8f (patch) | |
| tree | a1139ab43eb575b8c9171f080a6ee1732318bad9 | |
| parent | 45a2046af57aafb49a57a1617139a9def96af9d6 (diff) | |
| parent | b62f1bb7cb4ebbe92d3bc34c120bab1e0d80a390 (diff) | |
Merge "Hotword: Add CtsLocalVoiceInteraction into TEST_MAPPING"
| -rw-r--r-- | core/java/android/app/TEST_MAPPING | 9 | ||||
| -rw-r--r-- | services/voiceinteraction/TEST_MAPPING | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 0f26818ead71..ef10c0b245d1 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -115,6 +115,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 c083e9039731..af67637c3898 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" + } + ] } ] } |