diff options
| -rw-r--r-- | libs/binder/TEST_MAPPING | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index c91d56c95e..342e4a389a 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -58,13 +58,10 @@ "name": "CtsOsTestCases", "options": [ { - "exclude-annotation": "android.platform.test.annotations.LargeTest" + "include-filter": "android.os.cts.BinderTest" }, { - "exclude-filter": "android.os.cts.BuildTest#testSdkInt" - }, - { - "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage" + "include-filter": "android.os.cts.ParcelTest" } ] }, |