Merge "Mark libvbmeta_test as not unit tests"
This commit is contained in:
commit
8d84d08da6
1 changed files with 5 additions and 1 deletions
|
|
@ -53,4 +53,8 @@ cc_test_host {
|
||||||
data: [
|
data: [
|
||||||
"data/*",
|
"data/*",
|
||||||
],
|
],
|
||||||
}
|
// Not unit tests due to several binary and lib dependencies currently hard to replicate in continuous execution
|
||||||
|
test_options: {
|
||||||
|
unit_test: false,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue