samples/posix: eventfd: Prevent run in twister when SRAM below 32K
This test makes use of dynamic RAM allocation done on the leftover SRAM. Similarly to test/posix/eventfd, limit this test execution on platforms with at least 32K of RAM available. Fixes #38601 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
deef96d70c
commit
123be4f13d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ common:
|
|||
- mps2_an385
|
||||
tests:
|
||||
sample.posix.eventfd:
|
||||
min_ram: 32
|
||||
tags: posix
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue