mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/disable_flash_mmap_test_on_c6' into 'master'
flash_mmap: disable test on c6 See merge request espressif/esp-idf!20897
This commit is contained in:
commit
cea5813360
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user