Skip to content

Commit 6de2b7a

Browse files
committed
Merge branch 'ci/enable_emmc_test_on_p4' into 'master'
Ci/enable emmc test on p4 See merge request espressif/esp-idf!40269
2 parents 48b84ce + 26fe24b commit 6de2b7a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/storage/.build-test-rules.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ examples/storage/emmc:
1515
enable:
1616
- if: IDF_TARGET in ["esp32s3", "esp32p4"]
1717
reason: only support on esp32s3 and esp32p4
18-
disable_test:
19-
- if: IDF_TARGET == "esp32p4"
20-
temporary: true
21-
reason: lack of runners
2218

2319
examples/storage/partition_api/partition_find:
2420
depends_components:

examples/storage/emmc/pytest_emmc_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
indirect=True,
2020
)
21-
@idf_parametrize('target', ['esp32s3'], indirect=['target'])
21+
@idf_parametrize('target', ['esp32s3', 'esp32p4'], indirect=['target'])
2222
def test_examples_sd_card_sdmmc(dut: Dut) -> None:
2323
dut.expect('example: Initializing eMMC', timeout=20)
2424
dut.expect('example: Using SDMMC peripheral', timeout=10)

0 commit comments

Comments
 (0)