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

Commit 44dec545 authored by Yifan Hong's avatar Yifan Hong
Browse files

Disable binderUtilsHostTest on mac.

Test: pass
Change-Id: I0e37d72de06e1eac9aa93532953e4fd10d10e9b8
parent f2acc8dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -342,4 +342,9 @@ cc_test_host {
        "libgmock",
    ],
    test_suites: ["general-tests"],
    target: {
        darwin: {
            enabled: false,
        },
    },
}