From c58b7dff6a0ad8f6e06050a88a9c57787eea80af Mon Sep 17 00:00:00 2001 From: lpeter Date: Mon, 10 Apr 2023 20:26:51 +0800 Subject: [PATCH] Exclude HotwordDetectionServiceStressTest Bug: 271393448 Test: atest HotwordDetectionServiceStressTest Change-Id: I7597c2f0187d26ad6fd65d85f801f3f0b54ac5c5 --- core/java/android/app/TEST_MAPPING | 3 +++ services/voiceinteraction/TEST_MAPPING | 3 +++ 2 files changed, 6 insertions(+) diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 1df860258d82b..bc5f7f411af51 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -110,6 +110,9 @@ "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceStressTest" } ], "file_patterns": ["(/|^)VoiceInteract[^/]*"] diff --git a/services/voiceinteraction/TEST_MAPPING b/services/voiceinteraction/TEST_MAPPING index 5fe1c8d2ecb0f..f098155a9bf72 100644 --- a/services/voiceinteraction/TEST_MAPPING +++ b/services/voiceinteraction/TEST_MAPPING @@ -5,6 +5,9 @@ "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceStressTest" } ] },