Skip to content

Commit

Permalink
Merge branch 'ci/disable_flash_mmap_test_on_c6' into 'master'
Browse files Browse the repository at this point in the history
flash_mmap: disable test on c6

See merge request espressif/esp-idf!20897
  • Loading branch information
pacucha42 committed Nov 2, 2022
2 parents d530630 + f1c0530 commit cea5813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/spi_flash/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cea5813

Please sign in to comment.