vts-exclude: Correctly exclude failing uwb vts tests There was a bug in the syntax used in the previous CL. Bug: 281630896 Test: make vts -j 128 && vts-tradefed run vts --module VtsHalUwbTargetTest (Ensured that the tests are skipped correctly) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d8e3ff791d0d05415db27eca34305acac8ed6b9b) Merged-In: If426fdaa283d7bcd9bf53e9d6accbcfc96375bdd Change-Id: If426fdaa283d7bcd9bf53e9d6accbcfc96375bdd
diff --git a/tools/vts-core-tradefed/res/config/vts-exclude.xml b/tools/vts-core-tradefed/res/config/vts-exclude.xml index b70b1c6..e64fbd0 100644 --- a/tools/vts-core-tradefed/res/config/vts-exclude.xml +++ b/tools/vts-core-tradefed/res/config/vts-exclude.xml
@@ -35,9 +35,9 @@ <option name="compatibility:exclude-filter" value="VtsHalConfirmationUIV1_0TargetTest *ConfirmationUIHidlTest.MalformedUTF8Test3/*"/> <!-- b/281630896: Disable tests for UDC as not enough soak time to test the proposed fix in ag/23905225. --> - <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest UwbAidl.ChipClose"/> - <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest UwbAidl.ChipCoreInit"/> - <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest UwbAidl.ChipOpen"/> - <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest UwbAidl.ChipSessionInit"/> - <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest UwbAidl.ChipGetSupportedAndroidUciVersion"/> + <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest *UwbAidl.ChipClose/*"/> + <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest *UwbAidl.ChipCoreInit/*"/> + <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest *UwbAidl.ChipOpen/*"/> + <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest *UwbAidl.ChipSessionInit/*"/> + <option name="compatibility:exclude-filter" value="VtsHalUwbTargetTest *UwbAidl.ChipGetSupportedAndroidUciVersion/*"/> </configuration>