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

Commit 133178ef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hotword: Add CtsLocalVoiceInteraction into TEST_MAPPING"

parents 45a2046a b62f1bb7
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"
        }
      ]
    }
  ]
}