flash_mmap: disable test on c6

This commit is contained in:
Armando
2022-11-02 11:20:42 +08:00
parent d5306303f0
commit f1c0530e78

View File

@@ -16,3 +16,9 @@ components/spi_flash/test_apps/flash_encryption:
- if: IDF_TARGET in ["esp32c2", "esp32s2"]
temporary: true
reason: No runners # IDF-5634
components/spi_flash/test_apps/flash_mmap:
disable:
- if: IDF_TARGET == "esp32c6"
temporary: true
reason: target esp32c6 is not supported yet