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

Commit ad6be9e2 authored by Joanne Chung's avatar Joanne Chung Committed by Automerger Merge Worker
Browse files

Merge "Disable these four test cases of HotwordDetectionServiceBasicTest" into...

Merge "Disable these four test cases of HotwordDetectionServiceBasicTest" into tm-dev am: 5ed1be6c am: e8134153

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17660723



Change-Id: I52b89b27c72b0a8c38d2e3592783b7a1b0aaa4a9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ab8c10e5 e8134153
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -110,6 +110,19 @@
            "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[^/]*"]
+13 −0
Original line number Diff line number Diff line
@@ -5,6 +5,19 @@
      "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"
        }
      ]
    },