From 6b408f40b6c214d05433c41f0cd6200c715cc615 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 22 Mar 2020 12:39:00 +0100 Subject: 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 --- meta/recipes-sato/images/core-image-sato-ptest-fast.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit 1.2.3-korg