Skip to content

Commit

Permalink
flash_mmap: disable test on c6
Browse files Browse the repository at this point in the history
  • Loading branch information
Icarus113 committed Nov 2, 2022
1 parent d530630 commit f1c0530
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 f1c0530

Please sign in to comment.