diff options
| -rw-r--r-- | libs/binder/TEST_MAPPING | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 9aa76512c8..c03abca464 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -29,6 +29,17 @@ }, { "name": "libbinderthreadstateutils_test" + }, + { + "name": "CtsOsTestCases", + "options": [ + { + "exclude-filter": "android.os.cts.BuildTest#testSdkInt" + }, + { + "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage" + } + ] } ] } |