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

Commit b62f1bb7 authored by Ivan Chiang's avatar Ivan Chiang
Browse files

Hotword: Add CtsLocalVoiceInteraction into TEST_MAPPING

Bug: 248994327
Test: atest -p frameworks/base/core/java/android/app/TEST_MAPPING
Test: atest -p frameworks/base/services/voiceinteraction/TEST_MAPPING
Change-Id: I380c956a1d79f0210bdee42c8a4d3122f7028aea
parent 1bfc06ed
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -114,6 +114,15 @@
            ],
            "file_patterns": ["(/|^)VoiceInteract[^/]*"]
        },
        {
            "name": "CtsLocalVoiceInteraction",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ],
            "file_patterns": ["(/|^)VoiceInteract[^/]*"]
        },
        {
            "name": "CtsOsTestCases",
            "options": [
+8 −0
Original line number Diff line number Diff line
@@ -23,6 +23,14 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsLocalVoiceInteraction",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}