tests: fs: fat_fs_api: disable flash disk in RAM test

Disable the flash disk driver in the RAM driver test to prevent the
test using the wrong disk in the tests.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2024-07-11 21:04:23 +10:00 committed by Anas Nashif
commit c9b1daa7ae

View file

@ -5,3 +5,4 @@ CONFIG_FAT_FILESYSTEM_ELM=y
CONFIG_ZTEST=y
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_DISK_DRIVER_FLASH=n