Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74a5f8d1 authored by Joanne Chung's avatar Joanne Chung
Browse files

Re-enable the removed-from-presubmit hotword tests (framework part)

Bug: 231374504
Test: atest --test-mapping frameworks/base/core/java/android/app
Test: atest --test-mapping frameworks/base/services/voiceinteraction
Test: atest --test-mapping \
frameworks/base/core/java/android/service/voice

Change-Id: I5bba0fb61eb676ae2b096c92c70f99b6d730af96
parent 1d1d37ca
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -110,19 +110,6 @@
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                // TODO(b/225076204): Remove the following four test cases after fixing the test fail.
                {
                    "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess"
                },
                {
                    "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_onDetectFromExternalSource_success"
                },
                {
                    "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess"
                },
                {
                    "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_onDetectFromMic_success"
                }
            ],
            "file_patterns": ["(/|^)VoiceInteract[^/]*"]
+0 −13
Original line number Diff line number Diff line
@@ -5,19 +5,6 @@
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        // TODO(b/225076204): Remove the following four test cases after fixing the test fail.
        {
          "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess"
        },
        {
          "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_onDetectFromExternalSource_success"
        },
        {
          "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess"
        },
        {
          "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest#testHotwordDetectionService_onDetectFromMic_success"
        }
      ]
    },