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:
Alexander Kanavin
2020-03-22 12:39:00 +01:00
committed by Richard Purdie
parent 590555e3b8
commit 6c58c34a44

View File

@@ -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"