diff options
| author | 2022-10-08 00:35:30 +0000 | |
|---|---|---|
| committer | 2022-10-08 00:35:30 +0000 | |
| commit | 2b89ecb43f2a937efa0dab528a83e1995863881c (patch) | |
| tree | 56f5f1427d300150523e0269283fab4d6e8444f0 | |
| parent | 1edd9ee60bf1aa41faa9167aac608db5d76e5f7d (diff) | |
| parent | 2caf9cc08431d4cbf711862b76b6a7074823770c (diff) | |
Merge "libbinder: TEST_MAPPING -= rando CtsOsTestCases" am: df84633f56 am: 2caf9cc084
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2241905
Change-Id: Ie09598c039319cf642984d8122c77235700a5c3c
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" } ] }, |