summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/binder/TEST_MAPPING3
-rw-r--r--libs/binder/tests/Android.bp1
2 files changed, 0 insertions, 4 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING
index 1010a2d79d..b9f4502143 100644
--- a/libs/binder/TEST_MAPPING
+++ b/libs/binder/TEST_MAPPING
@@ -25,9 +25,6 @@
"name": "binderLibTest"
},
{
- "name": "binderRpcTest"
- },
- {
"name": "binderStabilityTest"
},
{
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index fb84f04fde..d584897b97 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -154,7 +154,6 @@ cc_test {
"binderRpcTestIface-cpp",
"binderRpcTestIface-ndk_platform",
],
- test_suites: ["general-tests"],
require_root: true,
// Prevent the unit test target from running on sc-dev as it's not ready.
test_options: {