mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'ci/disable_flash_suspend_test_s31' into 'master'
ci(esp32s31): skip flash_suspend rtc_clk test until runners available See merge request espressif/esp-idf!47346
This commit is contained in:
@@ -37,6 +37,9 @@ def test_rtc_calib_compensation_across_dslp(case_tester: CaseTester) -> None:
|
||||
|
||||
@pytest.mark.flash_suspend
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32h2'], reason='flash clock lose in startup') # TODO [ESP32H2]: IDF-15212
|
||||
@pytest.mark.temp_skip_ci(
|
||||
targets=['esp32s31'], reason='no flash_suspend runners available yet'
|
||||
) # TODO [ESP32S31] IDF-15531
|
||||
@pytest.mark.parametrize(
|
||||
'config',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user