tests filesystem.fat.api: Do not run on native_posix_64
The FAT FS code clearly does not support platforms where long is 64bits. See https://github.com/zephyrproject-rtos/fatfs/blob/master/include/integer.h#L30 So, do not try to run it in native_posix_64 Fixes #21536 Fixes #19231 Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
c31c6aa99d
commit
5d94c98915
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
filesystem.fat.api:
|
||||
platform_whitelist: native_posix native_posix_64
|
||||
platform_whitelist: native_posix
|
||||
tags: filesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue