mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
Merge branch 'ci/disable_s3_sleep_tests' into 'master'
CI: disable S3 sleep related example tests See merge request espressif/esp-idf!17530
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
if(IDF_TARGET STREQUAL "esp32s2" OR IDF_TARGET STREQUAL "esp32s3")
|
||||||
|
#Disabled for now due to RTC bug IDF-4801
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
if(CONFIG_ULP_COPROC_TYPE_FSM)
|
if(CONFIG_ULP_COPROC_TYPE_FSM)
|
||||||
|
|
||||||
set(src_dirs "ulp_fsm")
|
set(src_dirs "ulp_fsm")
|
||||||
|
@@ -11,7 +11,7 @@ touch_wake_up_support = ['esp32', 'esp32s2']
|
|||||||
|
|
||||||
CONFIGS = [
|
CONFIGS = [
|
||||||
pytest.param('esp32_singlecore', marks=[pytest.mark.esp32]),
|
pytest.param('esp32_singlecore', marks=[pytest.mark.esp32]),
|
||||||
pytest.param('generic', marks=[pytest.mark.supported_targets]),
|
pytest.param('generic', marks=[pytest.mark.esp32, pytest.mark.esp32c3]), # Disabled for now: IDF-4801
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user