diff options
| author | 2023-04-11 11:21:27 +0000 | |
|---|---|---|
| committer | 2023-04-11 11:21:27 +0000 | |
| commit | 056b71833613c0311f4d2d79b579c62d57b997ab (patch) | |
| tree | 6ac742fb37cf06adcdef237197e1fea5671bccdd | |
| parent | 7766ef1110533eb2e23cfc8840fa73ea61f32579 (diff) | |
| parent | c58b7dff6a0ad8f6e06050a88a9c57787eea80af (diff) | |
Merge "Exclude HotwordDetectionServiceStressTest" into udc-dev
| -rw-r--r-- | core/java/android/app/TEST_MAPPING | 3 | ||||
| -rw-r--r-- | services/voiceinteraction/TEST_MAPPING | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 1df860258d82..bc5f7f411af5 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 5fe1c8d2ecb0..f098155a9bf7 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" } ] }, |