Merge "Mark libvbmeta_test as not unit tests"

This commit is contained in:
Bowgo Tsai 2021-01-25 08:43:18 +00:00 committed by Gerrit Code Review
commit 8d84d08da6

View file

@ -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,
},
}