diff options
| author | 2022-10-08 01:09:02 +0000 | |
|---|---|---|
| committer | 2022-10-08 01:09:02 +0000 | |
| commit | 7d90f16a0a464039258d4a1102a597fcdc8744bf (patch) | |
| tree | f0c2cca0bd140a90a7614f97c0403482d1b6ac37 | |
| parent | 065cab687d19d3943523d37cd7b9d8129f269481 (diff) | |
| parent | 2b89ecb43f2a937efa0dab528a83e1995863881c (diff) | |
Merge "libbinder: TEST_MAPPING -= rando CtsOsTestCases" am: df84633f56 am: 2caf9cc084 am: 2b89ecb43f
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2241905
Change-Id: I9e5d597238f2c57c851f06e95aee3830dbdbf728
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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" } ] }, |