zephyr/tests/subsys/fs/fat_fs_api/testcase.yaml
Alberto Escolar Piedras 5d94c98915 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>
2020-01-03 15:13:59 -05:00

5 lines
87 B
YAML

tests:
filesystem.fat.api:
platform_whitelist: native_posix
tags: filesystem