Skip to content

Commit fcb1e8a

Browse files
committed
test: Re-enable perf_benchmark test for C61
1 parent b5aef58 commit fcb1e8a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ examples/storage/perf_benchmark:
9999
reason: not supported yet # TODO: [esp32h21] IDF-11609
100100
disable_test:
101101
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
102-
- if: IDF_TARGET in ["esp32c61"]
103102
temporary: true
104103
reason: lack of runners, build only # TODO: IDF-8970
105104

examples/storage/perf_benchmark/pytest_perf_benchmark_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@pytest.mark.supported_targets
8-
@pytest.mark.temp_skip_ci(targets=['esp32c5', 'esp32c61'], reason='not support yet') # TODO: [ESP32C5] IDF-10314 [ESP32C61] IDF-10977
8+
@pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='not support yet') # TODO: [ESP32C5] IDF-10314
99
@pytest.mark.generic
1010
@pytest.mark.parametrize(
1111
'config',

0 commit comments

Comments
 (0)