From f1c0530e783dc1b1f26fda3bc2ede358351c3ee0 Mon Sep 17 00:00:00 2001 From: Armando Date: Wed, 2 Nov 2022 11:20:42 +0800 Subject: [PATCH] flash_mmap: disable test on c6 --- components/spi_flash/.build-test-rules.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/spi_flash/.build-test-rules.yml b/components/spi_flash/.build-test-rules.yml index eaf8ff50ff..eb69f15102 100644 --- a/components/spi_flash/.build-test-rules.yml +++ b/components/spi_flash/.build-test-rules.yml @@ -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