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

Commit 8d84d08d authored by Bowgo Tsai's avatar Bowgo Tsai Committed by Gerrit Code Review
Browse files

Merge "Mark libvbmeta_test as not unit tests"

parents 4356f6e9 3123fd89
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -53,4 +53,8 @@ cc_test_host {
    data: [
        "data/*",
    ],
    // Not unit tests due to several binary and lib dependencies currently hard to replicate in continuous execution
    test_options: {
        unit_test: false,
    },
}