mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
core-image-sato-ptest-fast: don't hard fail in ptests
Unfortunately, a couple of tests sporadically fail still; bugs have been filed, but they will take time to resolve. (From OE-Core rev: 6b408f40b6c214d05433c41f0cd6200c715cc615) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
590555e3b8
commit
6c58c34a44
@@ -14,3 +14,6 @@ IMAGE_ROOTFS_EXTRA_SPACE = "1524288"
|
||||
|
||||
# ptests need more memory than standard to avoid the OOM killer
|
||||
QB_MEM = "-m 1024"
|
||||
|
||||
# Sadly at the moment the fast set of ptests is not robust enough and sporadically fails in a couple of places
|
||||
PTEST_EXPECT_FAILURE = "1"
|
||||
|
||||
Reference in New Issue
Block a user