Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20531613 authored by Steven Moreland's avatar Steven Moreland
Browse files

binderRpcTest: remove from unit tests

This is not a unit test, so avoid running it when
any change is made in Android. This test fails
the timeout.

Bug: 276820894
Test: N/A
Change-Id: I230deafd6101bbcd07931142ee53203e14887136
parent b1e815fe
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -238,6 +238,13 @@ cc_defaults {
        "binderRpcUniversalTests.cpp",
    ],

    // This test uses a lot of resources and takes a long time. Due to
    // design of several tests, it is also very sensitive to resource
    // contention on the device. b/276820894
    test_options: {
        unit_test: false,
    },

    test_suites: ["general-tests"],
    require_root: true,