The test tests/subsys/fs/fat_fs_api results in Assertion failure in test_fat_mount sub-test case.
Arch: x86
Board: arduino_101
Zephyr commit: c738834.
Error Console Log:
***** Booting Zephyr OS v1.12.0-284-gc738834 *****
Running test suite fat_fs_basic_test
===================================================================
starting test - test_fat_mount
ASSERTION FAIL [(res == FR_OK)] @ zephyr/subsys/fs/fat_fs.c:333:
FS init failed (-19)
Steps to reproduce:
cd zephyr/tests/subsys/fs/fat_fs_api/
rm -rf build && mkdir build && cd build
cmake -D BOARD=arduino_101 ../
make BOARD=arduino_101 flash
Check the console log.