diff --git a/components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py b/components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py index 40a000a714..075698a578 100644 --- a/components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py +++ b/components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py @@ -13,6 +13,7 @@ from pytest_embedded import Dut 'default', 'release', 'fastseek', + 'no_dyn_buffers', ] ) def test_fatfs_flash_wl_generic(dut: Dut) -> None: diff --git a/components/fatfs/test_apps/flash_wl/sdkconfig.ci.no_dyn_buffers b/components/fatfs/test_apps/flash_wl/sdkconfig.ci.no_dyn_buffers new file mode 100644 index 0000000000..bc9b68f37d --- /dev/null +++ b/components/fatfs/test_apps/flash_wl/sdkconfig.ci.no_dyn_buffers @@ -0,0 +1 @@ +CONFIG_FATFS_USE_DYN_BUFFERS=n