From b4196c3176a05405619edbfac82fc21a0aa72835 Mon Sep 17 00:00:00 2001 From: Song Ruo Jing Date: Tue, 29 Nov 2022 20:15:05 +0800 Subject: [PATCH] ci: Fix ci regression on esp_timer example caused by enabling esp32c6 target test --- examples/system/esp_timer/pytest_esp_timer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/system/esp_timer/pytest_esp_timer.py b/examples/system/esp_timer/pytest_esp_timer.py index 61ddf5d73c..f9168ceb58 100644 --- a/examples/system/esp_timer/pytest_esp_timer.py +++ b/examples/system/esp_timer/pytest_esp_timer.py @@ -29,6 +29,7 @@ ONE_SHOT_TIMER_PERIOD = 5000000 @pytest.mark.supported_targets +@pytest.mark.temp_skip_ci(targets=['esp32c6'], reason='c6 support TBD') @pytest.mark.generic @pytest.mark.parametrize( 'config',