diff --git a/services/core/java/com/android/server/am/TEST_MAPPING b/services/core/java/com/android/server/am/TEST_MAPPING index 4e1d1ca0ac668..c6a8bcd2fb037 100644 --- a/services/core/java/com/android/server/am/TEST_MAPPING +++ b/services/core/java/com/android/server/am/TEST_MAPPING @@ -90,7 +90,7 @@ ] }, { - "file_patterns": ["Broadcast"], + "file_patterns": ["Broadcast.*"], "name": "FrameworksMockingServicesTests", "options": [ { "include-filter": "com.android.server.am.BroadcastRecordTest" }, @@ -99,7 +99,7 @@ ] }, { - "file_patterns": ["Broadcast"], + "file_patterns": ["Broadcast.*"], "name": "CtsBroadcastTestCases", "options": [ { "exclude-annotation": "androidx.test.filters.LargeTest" },