tests: exclude quark_d2000_crb from net/buf test
Currently the net/buf test fails on quark_d2000_crb due to RAM overflow: region `RAM' overflowed by 2256 bytes Change-Id: I854960a3c22c7318f5f5e9341ca7aaaf8743d30d Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
b4dc970a7c
commit
bfcf575cbb
|
@ -1,3 +1,5 @@
|
|||
[test]
|
||||
tags = buf
|
||||
build_only = true
|
||||
# fails to build on quark_d2000_crb due to RAM overflow
|
||||
platform_exclude = quark_d2000_crb
|
||||
|
|
Loading…
Reference in a new issue