diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb index 58c257c49f..bf749acd79 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | |||
@@ -18,3 +18,6 @@ IMAGE_ROOTFS_EXTRA_SPACE = "1124288" | |||
18 | # ptests need more memory than standard to avoid the OOM killer | 18 | # ptests need more memory than standard to avoid the OOM killer |
19 | # also lttng-tools needs /tmp that has at least 1G | 19 | # also lttng-tools needs /tmp that has at least 1G |
20 | QB_MEM = "-m 2048" | 20 | QB_MEM = "-m 2048" |
21 | |||
22 | # Sadly at the moment the full set of ptests is not robust enough and sporadically fails in random places | ||
23 | PTEST_EXPECT_FAILURE = "1" | ||