From: Alexander Kanavin Date: Sun, 22 Mar 2020 11:39:00 +0000 (+0100) Subject: core-image-sato-ptest-fast: don't hard fail in ptests X-Git-Tag: 2020-04-dunfell~132 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6b408f40b6c214d05433c41f0cd6200c715cc615;p=openembedded-core.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb index b794a7dc9e..3641217306 100644 --- a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb +++ b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb @@ -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"